Use ‘atom-pane-container’ custom tag name for PaneContainerElement

This commit is contained in:
Nathan Sobo
2014-10-08 11:36:31 -07:00
parent ddf36a013c
commit eedf4894ae
4 changed files with 5 additions and 7 deletions

View File

@@ -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