fix(benchmark): remove duplicate line.
This commit is contained in:
parent
f6ebaf74d3
commit
bccc863567
@ -242,7 +242,6 @@ class BaseLineTreeComponent {
|
|||||||
value:BaseLineInterpolation;
|
value:BaseLineInterpolation;
|
||||||
left:BaseLineIf;
|
left:BaseLineIf;
|
||||||
right:BaseLineIf;
|
right:BaseLineIf;
|
||||||
element:Element;
|
|
||||||
constructor(element) {
|
constructor(element) {
|
||||||
this.element = element;
|
this.element = element;
|
||||||
var clone = DOM.clone(BASELINE_TREE_TEMPLATE.content.firstChild);
|
var clone = DOM.clone(BASELINE_TREE_TEMPLATE.content.firstChild);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user