mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
parent
846744d301
commit
9fb48d1dd4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ this.Base = Base.inject(/** @lends Base# */{
|
|||
if (obj1.length !== obj2.length)
|
||||
return false;
|
||||
for (var i = 0, l = obj1.length; i < l; i++) {
|
||||
if (!Base.equals(obj1, obj2))
|
||||
if (!Base.equals(obj1[i], obj2[i]))
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue