Remove run alias.

This commit is contained in:
John-David Dalton
2016-01-11 16:13:32 -08:00
parent a98fc802fc
commit 3d44135df5
2 changed files with 3 additions and 4 deletions

View File

@@ -14357,7 +14357,7 @@
lodash.prototype.next = wrapperNext;
lodash.prototype.plant = wrapperPlant;
lodash.prototype.reverse = wrapperReverse;
lodash.prototype.run = lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;
lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;
if (iteratorSymbol) {
lodash.prototype[iteratorSymbol] = wrapperToIterator;