Underscore.js 1.1.6

This commit is contained in:
Jeremy Ashkenas
2011-04-18 09:08:52 -04:00
parent 13d4e626a8
commit b617615819
4 changed files with 91 additions and 56 deletions

View File

@@ -1,4 +1,4 @@
// Underscore.js 1.1.5
// Underscore.js 1.1.6
// (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.5';
_.VERSION = '1.1.6';
// Collection Functions
// --------------------