Confirmed users
596
edits
m (→Collection) |
m (→Collection) |
||
| Line 66: | Line 66: | ||
remove : function(item) | remove : function(item) | ||
* Add all items in |coll| to this list | * Add all items in |coll| to this list. | ||
* | |||
* This is just a convenience function. | * This is just a convenience function. | ||
* This adds items statically and does not observe the |coll| changes. | |||
* Consider using addColl() instead. | |||
* | |||
* Note: This is intentionally different from |add| and not | * Note: This is intentionally different from |add| and not | ||
* overloading |all|. | * overloading |all|. | ||