ff3.6 fix
This commit is contained in:
parent
307b69e5e5
commit
c57aaa6bc8
3 changed files with 3 additions and 3 deletions
|
|
@ -345,7 +345,7 @@ if (!Array.prototype.reduceRight) {
|
|||
if (!Object.keys) {
|
||||
Object.keys = function keys(object) {
|
||||
var name, names = [];
|
||||
for (key in object)
|
||||
for (name in object)
|
||||
if (owns(object, name)) names.push(name);
|
||||
|
||||
return names;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue