mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Fix forgoten compare in test.
This commit is contained in:
parent
b50b0f9e5a
commit
4acd02f6b1
1 changed files with 2 additions and 2 deletions
|
@ -61,8 +61,8 @@ test('getting group styles', function() {
|
|||
group.appendTop(secondPath);
|
||||
|
||||
// the group now contains two paths with different fillColors and therefore
|
||||
// should return null:
|
||||
equals(group.fillColor, null, 'group.fillColor');
|
||||
// should return undefined:
|
||||
equals(group.fillColor, undefined, 'group.fillColor');
|
||||
|
||||
//If we remove the first path, it should now return 'black':
|
||||
group.children[0].remove();
|
||||
|
|
Loading…
Reference in a new issue