Underscore.js 1.2.1

This commit is contained in:
Jeremy Ashkenas
2011-10-24 14:23:36 -04:00
parent 3c54f79113
commit bffdb50f9b
5 changed files with 236 additions and 186 deletions

View File

@@ -1,4 +1,4 @@
// Underscore.js 1.2.0
// Underscore.js 1.2.1
// (c) 2011 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the MIT license.
// Portions of Underscore are inspired or borrowed from Prototype,
@@ -67,7 +67,7 @@
}
// Current version.
_.VERSION = '1.2.0';
_.VERSION = '1.2.1';
// Collection Functions
// --------------------