updated overloaded docs for d&d, node, shape, stage, sprite, text, and wedge

This commit is contained in:
Eric Rowell
2014-01-07 23:56:49 -08:00
parent 4d8ee45f71
commit fc8273e792
9 changed files with 129 additions and 174 deletions

View File

@@ -255,13 +255,6 @@
context.drawImage(hitCanvas._canvas, 0, 0);
context.restore();
},
/*
* the default isDraggable method returns false.
* if the DragAndDrop module is included, this is overwritten
*/
isDraggable: function() {
return false;
},
/**
* bind events to the node. KineticJS supports mouseover, mousemove,
* mouseout, mouseenter, mouseleave, mousedown, mouseup, click, dblclick, touchstart, touchmove,