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

@@ -1356,7 +1356,7 @@ suite('Container', function() {
});
// ======================================================
test('Kinetic.enableNestedTransforms flag', function(){
test('stage._enableNestedTransforms flag', function(){
var stage = addStage();
var layer = new Kinetic.Layer();