From 515c9702c737a1e5c396b11e11f9aecc98bbca35 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Sun, 7 Apr 2013 00:28:07 -0700 Subject: [PATCH] reenabled manual tests --- tests/js/manualTests.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/js/manualTests.js b/tests/js/manualTests.js index e86e3baf..10f1377f 100644 --- a/tests/js/manualTests.js +++ b/tests/js/manualTests.js @@ -735,7 +735,7 @@ Test.Modules.EVENTS = { var group = new Kinetic.Group(); layer.on('click', function(evt) { - log(evt.shape.getName()); + log(evt.targetNode.getName()); }); var redCircle = new Kinetic.Circle({ @@ -1389,7 +1389,7 @@ Test.Modules.DRAG_AND_DROP = { }, - '*transition stage width': function(containerId) { + 'transition stage width': function(containerId) { var stage = new Kinetic.Stage({ container: containerId, width: 578,