mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-04 03:45:58 -05:00
Clean up test code.
This commit is contained in:
parent
af9df0e1b8
commit
6713d6aaa8
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ test('hitting path bounding box', function() {
|
||||||
|
|
||||||
equals(function() {
|
equals(function() {
|
||||||
return hitResult.point.toString();
|
return hitResult.point.toString();
|
||||||
},path.bounds.topLeft.toString());
|
}, path.bounds.topLeft.toString());
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue