underscore-source 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -28,7 +28,7 @@
|
|
28
28
|
if (typeof exports !== 'undefined') _ = exports;
|
29
29
|
|
30
30
|
// Current version.
|
31
|
-
_.VERSION = '0.4.
|
31
|
+
_.VERSION = '0.4.2';
|
32
32
|
|
33
33
|
/*------------------------ Collection Functions: ---------------------------*/
|
34
34
|
|
@@ -531,7 +531,7 @@
|
|
531
531
|
};
|
532
532
|
|
533
533
|
// Extracts the result from a wrapped and chained object.
|
534
|
-
wrapper.prototype.
|
534
|
+
wrapper.prototype.value = function() {
|
535
535
|
return this._wrapped;
|
536
536
|
};
|
537
537
|
|