Minor formatting nit.

This commit is contained in:
John-David Dalton
2015-09-13 22:01:43 -07:00
parent 33a73fb0c4
commit 0fb94ad3c6

View File

@@ -12854,9 +12854,9 @@
value = value.__wrapped__;
}
this.__wrapped__ = value;
this.__actions__ = actions || [];
this.__chain__ = chain || false;
this.__wrapped__ = value;
}
Wrapper.prototype.value = function() {