Jetpack/Collections: Difference between revisions

Jump to navigation Jump to search
m
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 different from |add| and not
  * overloading |all|.
   * @param coll {Collection or JS Array}
   * @param coll {Collection or JS Array}
   addAll : function(coll)
   addAll : function(coll)
Confirmed users
596

edits

Navigation menu