Class: moveDown

moveDown

new moveDown(value, by)

Extends Javascript Array object, allowing objects to be moved down 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.