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 6da0f02 commit fadf565Copy full SHA for fadf565
spec/text-editor-component-spec.js
@@ -24,9 +24,12 @@ class DummyElement extends HTMLElement {
24
}
25
26
27
-window.customElements.define('text-editor-component-test-element', DummyElement)
+window.customElements.define(
28
+ 'text-editor-component-test-element',
29
+ DummyElement
30
+);
31
-document.createElement('text-editor-component-test-element')
32
+document.createElement('text-editor-component-test-element');
33
34
const editors = [];
35
let verticalScrollbarWidth, horizontalScrollbarHeight;
0 commit comments