mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -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;
|
||||
var symbol = new Symbol(path);
|
||||
equals(function() {
|
||||
return symbol.definition.selected = false;
|
||||
return symbol.definition.selected == false;
|
||||
}, true);
|
||||
});
|
Loading…
Reference in a new issue