Remove invalid super() call
Unless I'm missing something?
This commit is contained in:
parent
6298cb3999
commit
e706f3477b
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue