Adding header + version number to -min.js

This commit is contained in:
Jeremy Ashkenas
2010-11-07 19:00:25 -05:00
parent 13993f466a
commit 44d09ae1c6
3 changed files with 33 additions and 20 deletions

View File

@@ -1,3 +1,4 @@
// Underscore.js 1.1.2
// (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the MIT license.
// Portions of Underscore are inspired or borrowed from Prototype,