Make _.words chainable by default.

This commit is contained in:
John-David Dalton
2015-09-27 18:40:10 -07:00
parent 48d5110b5d
commit 2cb4829536

View File

@@ -12242,6 +12242,7 @@
lodash.values = values;
lodash.valuesIn = valuesIn;
lodash.without = without;
lodash.words = words;
lodash.wrap = wrap;
lodash.xor = xor;
lodash.zip = zip;
@@ -12370,7 +12371,6 @@
lodash.trunc = trunc;
lodash.unescape = unescape;
lodash.uniqueId = uniqueId;
lodash.words = words;
mixin(lodash, (function() {
var source = {};