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