Add pseudo private property in preparation for mobile builds.

Former-commit-id: d5812d968b7694c9778f1be7efa8d05f95789ec8
This commit is contained in:
John-David Dalton
2012-05-25 15:16:39 -04:00
parent 8a5eb89aa8
commit 5da03cac79

View File

@@ -3189,7 +3189,8 @@
lodash.take = first;
lodash.unique = uniq;
// add pseudo private template used and removed during the build process
// add pseudo privates used and removed during the build process
lodash._createIterator = createIterator;
lodash._iteratorTemplate = iteratorTemplate;
/*--------------------------------------------------------------------------*/