updated drag and drop docs

This commit is contained in:
Eric Rowell
2013-04-04 22:27:11 -07:00
parent 2cb39f087c
commit ada9f6dbd4
2 changed files with 3 additions and 2 deletions

View File

@@ -15,5 +15,6 @@
* @param {Object} [config.offset] offset from center point and rotation point
* @param {Number} [config.offset.x]
* @param {Number} [config.offset.y]
* @param {Boolean} [config.draggable]
* @param {Boolean} [config.draggable] makes the node draggable. When stages are draggable, you can drag and drop
* the entire stage by dragging any portion of the stage
* @param {Function} [config.dragBoundFunc]