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

Method initialize

src/binding-behavior-resource.js:15–17  ·  view source on GitHub ↗
(container, target)

Source from the content-addressed store, hash-verified

13 }
14
15 initialize(container, target) {
16 this.instance = container.get(target);
17 }
18
19 register(registry, name) {
20 registry.registerBindingBehavior(name || this.name, this.instance);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected