Newline nit fixed by lodash-cli patch. [ci skip]

This commit is contained in:
John-David Dalton
2014-04-05 23:12:42 -07:00
parent 064c8adcf2
commit dbb48cf086

1
dist/lodash.js vendored
View File

@@ -8217,6 +8217,7 @@
return new lodashWrapper(func.apply(this.__wrapped__, arguments), this.__chain__);
};
});
return lodash;
}