Underscore.js 1.1.3

This commit is contained in:
Jeremy Ashkenas
2010-12-01 12:49:45 -05:00
parent 2d06e1d526
commit c714175cf1
6 changed files with 211 additions and 155 deletions

View File

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