mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 10:57:49 +00:00
Bump to v3.3.0.
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import baseCreate from './baseCreate';
|
||||
import baseLodash from './baseLodash';
|
||||
|
||||
/**
|
||||
* The base constructor for creating `lodash` wrapper objects.
|
||||
*
|
||||
@@ -12,4 +15,7 @@ function LodashWrapper(value, chainAll, actions) {
|
||||
this.__chain__ = !!chainAll;
|
||||
}
|
||||
|
||||
LodashWrapper.prototype = baseCreate(baseLodash.prototype);
|
||||
LodashWrapper.prototype.constructor = LodashWrapper;
|
||||
|
||||
export default LodashWrapper;
|
||||
|
||||
Reference in New Issue
Block a user