diff --git a/modules/angular2/src/change_detection/parser/ast.js b/modules/angular2/src/change_detection/parser/ast.js index f66c51ba5c..96ffc12b54 100644 --- a/modules/angular2/src/change_detection/parser/ast.js +++ b/modules/angular2/src/change_detection/parser/ast.js @@ -418,7 +418,6 @@ export class TemplateBinding { name:string; expression:ASTWithSource; constructor(key:string, keyIsVar:boolean, name:string, expression:ASTWithSource) { - super(); this.key = key; this.keyIsVar = keyIsVar; // only either name or expression will be filled.