(target)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected