diff --git a/lodash.js b/lodash.js index bfadc4c4d..42240a7dd 100644 --- a/lodash.js +++ b/lodash.js @@ -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; /*--------------------------------------------------------------------------*/