Ensure _.noop isn't exposed for underscore builds.

This commit is contained in:
John-David Dalton
2013-11-10 12:03:13 -08:00
parent 0a8dbc8831
commit 7d1fccf474
2 changed files with 1 additions and 2 deletions

View File

@@ -4778,7 +4778,6 @@
lodash.lastIndexOf = lastIndexOf;
lodash.mixin = mixin;
lodash.noConflict = noConflict;
lodash.noop = noop;
lodash.random = random;
lodash.reduce = reduce;
lodash.reduceRight = reduceRight;