stage drag and drop works again. continued refactoring DragAndDrop.js

This commit is contained in:
Eric Rowell
2013-03-24 02:31:39 -07:00
parent 40979443e1
commit a4d1dc8dab
3 changed files with 35 additions and 22 deletions

View File

@@ -893,7 +893,7 @@ Test.Modules.DRAG_AND_DROP = {
//Circle.savePixels();
},
'drag and drop stage': function(containerId) {
'*drag and drop stage': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,