Skip to content

Commit bccc863

Browse files
committed
fix(benchmark): remove duplicate line.
1 parent f6ebaf7 commit bccc863

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/benchmarks/src/tree/tree_benchmark.js

-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ class BaseLineTreeComponent {
242242
value:BaseLineInterpolation;
243243
left:BaseLineIf;
244244
right:BaseLineIf;
245-
element:Element;
246245
constructor(element) {
247246
this.element = element;
248247
var clone = DOM.clone(BASELINE_TREE_TEMPLATE.content.firstChild);

0 commit comments

Comments
 (0)