mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Bump to v4.1.0.
This commit is contained in:
4
forIn.js
4
forIn.js
@@ -1,6 +1,6 @@
|
||||
var baseFor = require('./internal/baseFor'),
|
||||
var baseFor = require('./_baseFor'),
|
||||
keysIn = require('./keysIn'),
|
||||
toFunction = require('./internal/toFunction');
|
||||
toFunction = require('./_toFunction');
|
||||
|
||||
/**
|
||||
* Iterates over own and inherited enumerable properties of an object invoking
|
||||
|
||||
Reference in New Issue
Block a user