Rebuild files.

Former-commit-id: dd3db7be0213bfada5ab7d8593e233a9af4a9dd0
This commit is contained in:
John-David Dalton
2013-05-16 08:48:28 -07:00
parent 43fea34f61
commit d162eed4c7
6 changed files with 23 additions and 23 deletions

8
dist/lodash.js vendored
View File

@@ -5076,13 +5076,13 @@
lodash.tail = rest;
lodash.unique = uniq;
// add chain compat
lodash.chain = lodash;
lodash.prototype.chain = function() { return this; };
// add functions to `lodash.prototype`
mixin(lodash);
// add Underscore `_.chain` compat
lodash.chain = lodash;
lodash.prototype.chain = function() { return this; };
/*--------------------------------------------------------------------------*/
// add functions that return unwrapped values when chaining