mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-12 11:57:49 +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.
|
// An alternative implementation intended for IE < 9 with es6-shim.
|
||||||
if (enumerate && !propertyIsEnumerable.call({ 'valueOf': 1 }, 'valueOf')) {
|
if (enumerate && !propertyIsEnumerable.call({ 'valueOf': 1 }, 'valueOf')) {
|
||||||
var baseKeysIn = function(object) {
|
baseKeysIn = function(object) {
|
||||||
var data,
|
var data,
|
||||||
iterator = enumerate(object),
|
iterator = enumerate(object),
|
||||||
result = [];
|
result = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user