all unit tests are now passing except for filter tests

This commit is contained in:
Eric Rowell
2013-12-04 09:55:17 -08:00
parent f217200ed7
commit 89de3030af
5 changed files with 7 additions and 13 deletions

View File

@@ -18,8 +18,6 @@ suite('Rect', function(){
layer.add(rect);
stage.add(layer);
console.log(rect);
assert.equal(rect.getX(), 100);
assert.equal(rect.getY(), 50);