Use ‘atom-pane’ custom tag name for PaneElement

This commit is contained in:
Nathan Sobo
2014-10-08 10:36:07 -07:00
parent 6b9345a97d
commit ee9284e228
12 changed files with 18 additions and 20 deletions

View File

@@ -169,7 +169,7 @@
{label: 'Split Right', command: 'pane:split-right'}
{type: 'separator'}
]
'.pane': [
'atom-pane': [
{type: 'separator'}
{label: 'Split Up', command: 'pane:split-up'}
{label: 'Split Down', command: 'pane:split-down'}