Put platform items back on .overlayer so they sort before package items

Esse commit está contido em:
Nathan Sobo
2014-09-30 10:50:32 -06:00
commit 1187b50d90
3 arquivos alterados com 3 adições e 3 exclusões
+1 -1
Ver Arquivo
@@ -196,7 +196,7 @@
]
'context-menu':
'.editor': [
'.overlayer': [
{label: 'Undo', command: 'core:undo'}
{label: 'Redo', command: 'core:redo'}
{type: 'separator'}
+1 -1
Ver Arquivo
@@ -153,7 +153,7 @@
]
'context-menu':
'.editor': [
'.overlayer': [
{label: 'Undo', command: 'core:undo'}
{label: 'Redo', command: 'core:redo'}
{type: 'separator'}
+1 -1
Ver Arquivo
@@ -171,7 +171,7 @@
]
'context-menu':
'.editor': [
'.overlayer': [
{label: 'Undo', command: 'core:undo'}
{label: 'Redo', command: 'core:redo'}
{type: 'separator'}