Open ericelliott opened 9 years ago
Inherit the list prototype, but blacklist any known mutating methods from Array.prototype so those methods are not inherited and allowed to mutate the original list.
Array.prototype
See https://github.com/ericelliott/object-list/issues/1.
See future meta issue
Inherit the list prototype, but blacklist any known mutating methods from
Array.prototype
so those methods are not inherited and allowed to mutate the original list.See https://github.com/ericelliott/object-list/issues/1.