From 0fb94ad3c65008588dca92bd49d75d88b9792302 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Sun, 13 Sep 2015 22:01:43 -0700 Subject: [PATCH] Minor formatting nit. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 0b3cc3a80..020bfc609 100644 --- a/test/test.js +++ b/test/test.js @@ -12854,9 +12854,9 @@ value = value.__wrapped__; } + this.__wrapped__ = value; this.__actions__ = actions || []; this.__chain__ = chain || false; - this.__wrapped__ = value; } Wrapper.prototype.value = function() {