Confirmed users
596
edits
m (→Operators) |
m (→Collection) |
||
| Line 67: | Line 67: | ||
* 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. | * This adds items statically and does not observe the |coll| changes. | ||
* Consider using addColl() instead. | * Consider using addColl() instead. | ||
* Note: This is intentionally not overloading |add|. | |||
* Note: This is intentionally | |||
* @param coll {Collection or JS Array} | * @param coll {Collection or JS Array} | ||
addAll : function(coll) | addAll : function(coll) | ||