mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Remove trailing collon.
This commit is contained in:
parent
836ee492ae
commit
cc134de058
1 changed files with 1 additions and 1 deletions
|
@ -777,6 +777,6 @@ var Item = this.Item = Base.extend({
|
|||
* @param item the item below which it should be moved
|
||||
* @return true if it was moved, false otherwise
|
||||
*/
|
||||
moveBelow: move(false),
|
||||
moveBelow: move(false)
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue