mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 05:42:07 -05:00
Item docs: change order of removeOn documentation.
This commit is contained in:
parent
2a4f5b93f0
commit
3d1317cece
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue