mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Fix Layer nesting tests.
This commit is contained in:
parent
a51957bf64
commit
eb44238f53
1 changed files with 3 additions and 3 deletions
|
@ -95,7 +95,7 @@ test('appendTop / appendBottom / nesting', function() {
|
||||||
return project.layers.length;
|
return project.layers.length;
|
||||||
}, 2);
|
}, 2);
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return project.layers[0] == firstLayer
|
return project.layers[0] == secondLayer
|
||||||
&& project.layers[1] == secondLayer;
|
&& project.layers[1] == firstLayer;
|
||||||
}, true);
|
}, true);
|
||||||
);
|
});
|
Loading…
Reference in a new issue