Underscore.js 1.2.2

This commit is contained in:
Jeremy Ashkenas
2011-11-14 15:28:19 -05:00
parent 2a697e4bf5
commit 8c346141dc
5 changed files with 146 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
// Underscore.js 1.2.1
// Underscore.js 1.2.2
// (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.1';
_.VERSION = '1.2.2';
// Collection Functions
// --------------------