Underscore.js 1.1.0

This commit is contained in:
Jeremy Ashkenas
2010-08-18 09:26:36 -04:00
parent b2b5a5390b
commit fc90d57e36
5 changed files with 25 additions and 14 deletions

View File

@@ -55,7 +55,7 @@
root._ = _;
// Current version.
_.VERSION = '1.0.4';
_.VERSION = '1.1.0';
// ------------------------ Collection Functions: ---------------------------