Class: moveUp

moveUp

new moveUp(value, by)

Extends Javascript Array object, allowing objects to be moved up in the array, taken from http://jeffijoe.com/
Parameters:
Name Type Description
value Object The object to move within the array.
by int The amount the object moves by.