Item docs: change order of removeOn documentation.

This commit is contained in:
Jonathan Puckey 2011-05-23 13:47:21 +02:00
parent 2a4f5b93f0
commit 3d1317cece

View file

@ -951,6 +951,12 @@ var Item = this.Item = Base.extend({
}, new function() { }, new function() {
//DOCS: document removeOn(param) //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. * Removes the item when the next {@link Tool#onMouseDown} event is fired.
* @name Item#removeOnDown * @name Item#removeOnDown
@ -963,12 +969,6 @@ var Item = this.Item = Base.extend({
* @function * @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. * Removes the item when the next {@link Tool#onMouseUp} event is fired.
* @name Item#removeOnUp * @name Item#removeOnUp