mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
@@ -24,9 +24,12 @@ class DummyElement extends HTMLElement {
|
||||
}
|
||||
}
|
||||
|
||||
window.customElements.define('text-editor-component-test-element', DummyElement)
|
||||
window.customElements.define(
|
||||
'text-editor-component-test-element',
|
||||
DummyElement
|
||||
);
|
||||
|
||||
document.createElement('text-editor-component-test-element')
|
||||
document.createElement('text-editor-component-test-element');
|
||||
|
||||
const editors = [];
|
||||
let verticalScrollbarWidth, horizontalScrollbarHeight;
|
||||
|
||||
Reference in New Issue
Block a user