Remove invalid super() call

Unless I'm missing something?
This commit is contained in:
Rob Wormald 2015-03-23 23:30:53 -07:00 committed by Rado Kirov
parent 6298cb3999
commit e706f3477b
1 changed files with 0 additions and 1 deletions

View File

@ -418,7 +418,6 @@ export class TemplateBinding {
name:string; name:string;
expression:ASTWithSource; expression:ASTWithSource;
constructor(key:string, keyIsVar:boolean, name:string, expression:ASTWithSource) { constructor(key:string, keyIsVar:boolean, name:string, expression:ASTWithSource) {
super();
this.key = key; this.key = key;
this.keyIsVar = keyIsVar; this.keyIsVar = keyIsVar;
// only either name or expression will be filled. // only either name or expression will be filled.