From 3d1317cece829ceeb8a22c28a45ffb7e78ba8536 Mon Sep 17 00:00:00 2001 From: Jonathan Puckey Date: Mon, 23 May 2011 13:47:21 +0200 Subject: [PATCH] Item docs: change order of removeOn documentation. --- src/item/Item.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/item/Item.js b/src/item/Item.js index 2b12852c..5ef2f059 100644 --- a/src/item/Item.js +++ b/src/item/Item.js @@ -951,6 +951,12 @@ var Item = this.Item = Base.extend({ }, new function() { //DOCS: document removeOn(param) + /** + * Removes the item when the next {@link Tool#onMouseMove} event is fired. + * @name Item#removeOnMove + * @function + */ + /** * Removes the item when the next {@link Tool#onMouseDown} event is fired. * @name Item#removeOnDown @@ -963,12 +969,6 @@ var Item = this.Item = Base.extend({ * @function */ - /** - * Removes the item when the next {@link Tool#onMouseMove} event is fired. - * @name Item#removeOnMove - * @function - */ - /** * Removes the item when the next {@link Tool#onMouseUp} event is fired. * @name Item#removeOnUp