refactored drag and drop a bit and fixed a dependency bug

This commit is contained in:
Eric Rowell
2013-01-13 22:32:08 -08:00
parent bc92dc2b6b
commit abbaef1cc6
4 changed files with 49 additions and 59 deletions

View File

@@ -767,7 +767,7 @@ Test.Modules.MANUAL = {
layer.add(redCircle);
stage.add(layer);
},
},
'DRAG AND DROP - drag and drop elastic star with shadow': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,