(targetProperty, sourceExpression, mode = bindingMode.toView, lookupFunctions = LookupFunctions)
| 19 | } |
| 20 | |
| 21 | createBindingExpression(targetProperty, sourceExpression, mode = bindingMode.toView, lookupFunctions = LookupFunctions) { |
| 22 | return new BindingExpression( |
| 23 | this.observerLocator, |
| 24 | targetProperty, |
| 25 | this.parser.parse(sourceExpression), |
| 26 | mode, |
| 27 | lookupFunctions); |
| 28 | } |
| 29 | |
| 30 | propertyObserver(obj, propertyName) { |
| 31 | return { |
no test coverage detected