Underscore.js 1.1.5

This commit is contained in:
Jeremy Ashkenas
2011-03-20 20:20:08 -04:00
parent 065dcbb27b
commit c5ba702542
7 changed files with 128 additions and 91 deletions

View File

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