Underscore 1.3.1

This commit is contained in:
Jeremy Ashkenas
2012-01-23 17:56:29 -05:00
parent cdf43ea742
commit eeea70c457
5 changed files with 101 additions and 65 deletions

View File

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