Fix edge issue with Opera 10.53-10.60.

Former-commit-id: 60014a8e3855bcbf0e4c6f47461123cacafcf668
This commit is contained in:
John-David Dalton
2012-08-11 21:47:04 -07:00
parent e084225edf
commit 2aa2ea9675
2 changed files with 8 additions and 3 deletions

View File

@@ -494,6 +494,10 @@
_.forEach(object, function(value, key) { keys.push(key); });
deepEqual(keys, ['length']);
keys = []; object.length = Math.pow(2, 32);
_.forEach(object, function(value, key) { keys.push(key); });
deepEqual(keys, ['length']);
});
_.each([