MCPcopy Create free account
hub / github.com/aurelia/binding / constructor

Method constructor

src/array-observation.js:125–127  ·  view source on GitHub ↗
(taskQueue, array)

Source from the content-addressed store, hash-verified

123
124class ModifyArrayObserver extends ModifyCollectionObserver {
125 constructor(taskQueue, array) {
126 super(taskQueue, array);
127 }
128
129 /**
130 * Searches for observer or creates a new one associated with given array instance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected