mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 11:27:50 +00:00
Bump to v3.3.0.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import baseCreate from './baseCreate';
|
||||
import baseLodash from './baseLodash';
|
||||
|
||||
/** Used as references for `-Infinity` and `Infinity`. */
|
||||
var POSITIVE_INFINITY = Number.POSITIVE_INFINITY;
|
||||
|
||||
@@ -18,4 +21,7 @@ function LazyWrapper(value) {
|
||||
this.__views__ = null;
|
||||
}
|
||||
|
||||
LazyWrapper.prototype = baseCreate(baseLodash.prototype);
|
||||
LazyWrapper.prototype.constructor = LazyWrapper;
|
||||
|
||||
export default LazyWrapper;
|
||||
|
||||
Reference in New Issue
Block a user