mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Punctuation.
This commit is contained in:
parent
0e297e56ac
commit
473804ad60
1 changed files with 1 additions and 1 deletions
|
@ -178,6 +178,6 @@ test('Color#convert', function() {
|
|||
return converted !== color;
|
||||
}, true);
|
||||
equals(function() {
|
||||
return converted.equals(color)
|
||||
return converted.equals(color);
|
||||
}, true);
|
||||
});
|
Loading…
Reference in a new issue