Remove var use for the baseKeysIn fork assignment.

This commit is contained in:
John-David Dalton
2015-07-16 20:59:21 -07:00
parent b8060a5bcc
commit 18f778ce11

View File

@@ -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 = [];