mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-06 04:42:15 -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;
|
return converted !== color;
|
||||||
}, true);
|
}, true);
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return converted.equals(color)
|
return converted.equals(color);
|
||||||
}, true);
|
}, true);
|
||||||
});
|
});
|
Loading…
Reference in a new issue