moveUp(child) → {any}
Moves the given child up one place in this group unless it's already at the top.
Parameters
| Name | Type | Description | 
|---|---|---|
child |  any | The child to move up in the group.  |  
Returns
 any - 
 The child that was moved.
- Inherited From
 - Source code: core/Group.js (Line 945)
 
Please login to continue.