mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Remove test for Path#hidden which was removed already.
This commit is contained in:
parent
252a3635dc
commit
f150552a9c
1 changed files with 0 additions and 8 deletions
|
@ -204,14 +204,6 @@ test('getPreviousSibling() / getNextSibling()', function() {
|
||||||
}, true);
|
}, true);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('hidden', function() {
|
|
||||||
var firstPath = new Path();
|
|
||||||
firstPath.visible = false;
|
|
||||||
equals(function() {
|
|
||||||
return firstPath.hidden;
|
|
||||||
}, true);
|
|
||||||
});
|
|
||||||
|
|
||||||
test('reverseChildren()', function() {
|
test('reverseChildren()', function() {
|
||||||
var doc = paper.document;
|
var doc = paper.document;
|
||||||
var path = new Path();
|
var path = new Path();
|
||||||
|
|
Loading…
Reference in a new issue