Underscore 1.1.4 is on the books.

This commit is contained in:
Jeremy Ashkenas
2011-01-09 14:03:45 -05:00
parent fad002de53
commit f03d5fa57c
6 changed files with 102 additions and 72 deletions

View File

@@ -1,5 +1,5 @@
// Underscore.js 1.1.3
// (c) 2010 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore.js 1.1.4
// (c) 2011 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.
@@ -58,7 +58,7 @@
}
// Current version.
_.VERSION = '1.1.3';
_.VERSION = '1.1.4';
// Collection Functions
// --------------------