Underscore.js 1.2.4

This commit is contained in:
Jeremy Ashkenas
2012-01-04 16:17:00 -05:00
parent f79c5ab3e1
commit 4946c549b2
6 changed files with 89 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
// Underscore.js 1.2.3
// (c) 2009-2011 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore.js 1.2.4
// (c) 2009-2012 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the MIT license.
// Portions of Underscore are inspired or borrowed from Prototype,
// Oliver Steele's Functional, and John Resig's Micro-Templating.
@@ -67,7 +67,7 @@
}
// Current version.
_.VERSION = '1.2.3';
_.VERSION = '1.2.4';
// Collection Functions
// --------------------