diff options
Diffstat (limited to 'alarm/node_modules/lodash/_baseEach.js')
-rw-r--r-- | alarm/node_modules/lodash/_baseEach.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/alarm/node_modules/lodash/_baseEach.js b/alarm/node_modules/lodash/_baseEach.js deleted file mode 100644 index 512c067..0000000 --- a/alarm/node_modules/lodash/_baseEach.js +++ /dev/null @@ -1,14 +0,0 @@ -var baseForOwn = require('./_baseForOwn'), - createBaseEach = require('./_createBaseEach'); - -/** - * The base implementation of `_.forEach` without support for iteratee shorthands. - * - * @private - * @param {Array|Object} collection The collection to iterate over. - * @param {Function} iteratee The function invoked per iteration. - * @returns {Array|Object} Returns `collection`. - */ -var baseEach = createBaseEach(baseForOwn); - -module.exports = baseEach; |