mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Minor formatting nit.
This commit is contained in:
@@ -12854,9 +12854,9 @@
|
|||||||
|
|
||||||
value = value.__wrapped__;
|
value = value.__wrapped__;
|
||||||
}
|
}
|
||||||
|
this.__wrapped__ = value;
|
||||||
this.__actions__ = actions || [];
|
this.__actions__ = actions || [];
|
||||||
this.__chain__ = chain || false;
|
this.__chain__ = chain || false;
|
||||||
this.__wrapped__ = value;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Wrapper.prototype.value = function() {
|
Wrapper.prototype.value = function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user