Remove trailing collon.

This commit is contained in:
Jürg Lehni 2011-03-05 13:51:23 +00:00
parent 836ee492ae
commit cc134de058

View file

@ -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)
}
});