Skip to content

Commit e706f34

Browse files
robwormaldrkirov
authored andcommitted
Remove invalid super() call
Unless I'm missing something?
1 parent 6298cb3 commit e706f34

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • modules/angular2/src/change_detection/parser

modules/angular2/src/change_detection/parser/ast.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,6 @@ export class TemplateBinding {
418418
name:string;
419419
expression:ASTWithSource;
420420
constructor(key:string, keyIsVar:boolean, name:string, expression:ASTWithSource) {
421-
super();
422421
this.key = key;
423422
this.keyIsVar = keyIsVar;
424423
// only either name or expression will be filled.

0 commit comments

Comments
 (0)