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

Method createBinding

src/binding-expression.js:18–27  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

16 }
17
18 createBinding(target) {
19 return new Binding(
20 this.observerLocator,
21 this.sourceExpression,
22 target,
23 this.targetProperty,
24 this.mode,
25 this.lookupFunctions
26 );
27 }
28}
29
30@connectable()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected