mirror of
https://github.com/atom/atom.git
synced 2026-02-12 23:55:10 -05:00
Use ‘atom-pane-container’ custom tag name for PaneContainerElement
This commit is contained in:
@@ -75,6 +75,4 @@ class PaneContainerElement extends HTMLElement
|
||||
top: {x: boundingBox.left, y: boundingBox.top}
|
||||
bottom: {x: boundingBox.left, y: boundingBox.bottom}
|
||||
|
||||
module.exports = PaneContainerElement = document.registerElement 'atom-pane-container',
|
||||
prototype: PaneContainerElement.prototype
|
||||
extends: 'div'
|
||||
module.exports = PaneContainerElement = document.registerElement 'atom-pane-container', prototype: PaneContainerElement.prototype
|
||||
|
||||
Reference in New Issue
Block a user