reenabled manual tests

This commit is contained in:
Eric Rowell
2013-04-07 00:28:07 -07:00
parent 8f22bb1938
commit 515c9702c7

View File

@@ -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,