mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Fix PlacedSymbol test.
This commit is contained in:
parent
06bc50bb57
commit
c8049c6298
1 changed files with 1 additions and 1 deletions
|
@ -32,6 +32,6 @@ test('Symbol definition selection', function() {
|
||||||
path.selected = true;
|
path.selected = true;
|
||||||
var symbol = new Symbol(path);
|
var symbol = new Symbol(path);
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return symbol.definition.selected = false;
|
return symbol.definition.selected == false;
|
||||||
}, true);
|
}, true);
|
||||||
});
|
});
|
Loading…
Reference in a new issue