Adds an item to the collection in an observable manner.
Sys.Observer.add(target,item);
Term
Definition
target
The array to which an item will be added.
item
The item to add.
None.