Underscore.js 1.3.0

This commit is contained in:
Jeremy Ashkenas
2012-01-11 11:41:14 -05:00
parent 0d4b1247c4
commit dd09162b8c
7 changed files with 175 additions and 158 deletions

View File

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