We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ebaf7 commit bccc863Copy full SHA for bccc863
modules/benchmarks/src/tree/tree_benchmark.js
@@ -242,7 +242,6 @@ class BaseLineTreeComponent {
242
value:BaseLineInterpolation;
243
left:BaseLineIf;
244
right:BaseLineIf;
245
- element:Element;
246
constructor(element) {
247
this.element = element;
248
var clone = DOM.clone(BASELINE_TREE_TEMPLATE.content.firstChild);
0 commit comments