cleaned up isListening API. introduced new enableHitGraph config that can be used to disable the hit graph

This commit is contained in:
Eric Rowell
2013-12-09 10:07:08 -08:00
parent 0c552cc96e
commit 1f4ff9f1d7
10 changed files with 190 additions and 37 deletions

View File

@@ -24,6 +24,13 @@ suite('DragAndDrop', function() {
//change properties
circle.setDraggable(true);
//circle.on('click', function(){});
layer.draw();
showHit(layer);
// test new properties
assert.equal(circle.getDraggable(), true);
});