add dragDistance to node config docs

This commit is contained in:
Лаврёнов Антон
2014-03-12 00:06:31 +08:00
parent b8945b8fed
commit 0b93e21e0b

View File

@@ -16,4 +16,5 @@
* @param {Number} [config.offsetY] set offset y
* @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 {Number} [config.dragDistance]
* @param {Function} [config.dragBoundFunc]