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