mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Close 'appendTop / appendBottom / nesting' layer test function.
This commit is contained in:
parent
7fe21754f5
commit
6bfec35a2e
1 changed files with 1 additions and 1 deletions
|
@ -98,4 +98,4 @@ test('appendTop / appendBottom / nesting', function() {
|
||||||
return project.layers[0] == firstLayer
|
return project.layers[0] == firstLayer
|
||||||
&& project.layers[1] == secondLayer;
|
&& project.layers[1] == secondLayer;
|
||||||
}, true);
|
}, true);
|
||||||
);
|
});
|
Loading…
Reference in a new issue