Lint errors

This commit is contained in:
vakrilov
2015-03-05 18:34:32 +02:00
parent d699fea65f
commit d2de35b105
2 changed files with 0 additions and 2 deletions

View File

@@ -135,7 +135,6 @@ export function getComponentModule(elementName: string, namespace: string, attri
return componentModule;
}
function attachEventBinding(instance: view.View, eventName: string, value:string) {
// Get the event handler from instance.bindingContext.
var propertyChangeHandler = (args: observable.PropertyChangeData) => {