underscore-source 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -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
|
|