fix(benchmark): remove duplicate line.

This commit is contained in:
Rado Kirov 2015-01-13 21:09:28 -08:00
parent f6ebaf74d3
commit bccc863567
1 changed files with 0 additions and 1 deletions

View File

@ -242,7 +242,6 @@ class BaseLineTreeComponent {
value:BaseLineInterpolation;
left:BaseLineIf;
right:BaseLineIf;
element:Element;
constructor(element) {
this.element = element;
var clone = DOM.clone(BASELINE_TREE_TEMPLATE.content.firstChild);