pulsar/spec/fixtures/packages/package-with-menus/menus/menu-2.cson
Nathan Sobo f082f93ead Update specs for new ContextMenuManager API/behavior
When selectors have the same specificity, menu items added *later*
appear higher in the list.
2014-09-30 12:06:26 -06:00

9 lines
119 B
Plaintext

'menu': [
{ 'label': 'Last' }
]
'context-menu':
'.test-1': [
{label: 'Menu item 2', command: 'command-2'}
]