custom builds that do not include drag and drop now work correctly fixes #465

This commit is contained in:
Eric Rowell
2013-05-31 23:36:43 -07:00
parent 244273eb4c
commit 7b9322c15c
3 changed files with 9 additions and 14 deletions

View File

@@ -1139,6 +1139,9 @@
},
shouldDrawHit: function() {
return this.isVisible() && this.isListening() && !Kinetic.Global.isDragging();
},
isDraggable: function() {
return false;
}
});