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:
@@ -1,6 +1,6 @@
|
||||
var baseForRight = require('./internal/baseForRight'),
|
||||
var baseForRight = require('./_baseForRight'),
|
||||
keysIn = require('./keysIn'),
|
||||
toFunction = require('./internal/toFunction');
|
||||
toFunction = require('./_toFunction');
|
||||
|
||||
/**
|
||||
* This method is like `_.forIn` except that it iterates over properties of
|
||||
|
||||
Reference in New Issue
Block a user