From 0b93e21e0b9e11165dfed7574dbafa0ae2a144e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B0=D0=B2=D1=80=D1=91=D0=BD=D0=BE=D0=B2=20=D0=90?= =?UTF-8?q?=D0=BD=D1=82=D0=BE=D0=BD?= Date: Wed, 12 Mar 2014 00:06:31 +0800 Subject: [PATCH] add dragDistance to node config docs --- doc-includes/NodeParams.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc-includes/NodeParams.txt b/doc-includes/NodeParams.txt index 764e28f6..b3be0fbf 100644 --- a/doc-includes/NodeParams.txt +++ b/doc-includes/NodeParams.txt @@ -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] \ No newline at end of file