array icon indicating copy to clipboard operation
array copied to clipboard

allow custom `remake` constructors

Open matthewmueller opened this issue 11 years ago • 0 comments

Example:

List.prototype.array_remake = function(els) {
  return new this.constructor(els, this.selector);
})

matthewmueller avatar Dec 20 '13 19:12 matthewmueller