Functiondojox.collections.ArrayList.remove

dojo.require("dojox.collections.ArrayList");
defined in dojox/collections/ArrayList.js

Look for the passed object, and if found, remove it from the internal array.

Usage

function (/*Object*/ obj) (view source)
parametertypedescription
objObject