mirror of
https://github.com/robertkrimen/otto
synced 2025-10-12 20:27:30 +08:00

Update underscore.js to v1.13.6. BREAKING CHANGE: This changes the behaviour for the following underscore functions, please see underscore.js documentation for details. * .template * .keys * .after * .range * .reduce * .reduceRight * .reduceLeft Fixes #110
5 lines
268 B
Go
5 lines
268 B
Go
package underscore
|
|
|
|
//go:generate go run download.go --url https://underscorejs.org/underscore-min.js --output underscore-min.js
|
|
//go:generate go run download.go --url https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE --output LICENSE.underscorejs
|