mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Remove var use for the baseKeysIn fork assignment.
This commit is contained in:
@@ -2144,7 +2144,7 @@
|
||||
|
||||
// An alternative implementation intended for IE < 9 with es6-shim.
|
||||
if (enumerate && !propertyIsEnumerable.call({ 'valueOf': 1 }, 'valueOf')) {
|
||||
var baseKeysIn = function(object) {
|
||||
baseKeysIn = function(object) {
|
||||
var data,
|
||||
iterator = enumerate(object),
|
||||
result = [];
|
||||
|
||||
Reference in New Issue
Block a user