Underscore.js 1.1.7

This commit is contained in:
Jeremy Ashkenas
2011-07-13 17:02:12 -04:00
parent c1a556216e
commit 39b07d7b2c
6 changed files with 186 additions and 133 deletions

View File

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