Underscore 0.5.3

This commit is contained in:
Jeremy Ashkenas
2010-01-04 11:34:26 -05:00
parent 75a31fffc5
commit fde8b1f63f
3 changed files with 15 additions and 16 deletions

View File

@@ -38,7 +38,7 @@
propertyIsEnumerable = Object.prototype.propertyIsEnumerable;
// Current version.
_.VERSION = '0.5.2';
_.VERSION = '0.5.3';
// ------------------------ Collection Functions: ---------------------------