Class Index | File Index

Classes


Built-In Namespace Array

Method Summary
Method Attributes Method Name and Description
 
remove(from, to)
Removes a number of objects from the array
 
removeObject(object)
Removes a specific object from the array
Method Detail
remove(from, to)
Removes a number of objects from the array
Defined in: Utils.js.
Parameters:
{Number} from
The first object to remove
{Number} to
(Optional) The last object to remove

removeObject(object)
Removes a specific object from the array
Defined in: Utils.js.
Parameters:
object
The object to remove

Documentation generated by JsDoc Toolkit 2.1.1 on Sun Jun 21 2009 13:06:44 GMT+1000 (EST)