From d2ad4ccbfeec55fb3656e6aed64b88ddefa8a27d Mon Sep 17 00:00:00 2001 From: Thomas Carlsen Date: Mon, 26 Jan 2015 14:50:25 +0100 Subject: [PATCH] updating selectors to the new atom API atom-beautify menus/atom-beautify.cson Use the `atom-workspace` tag instead of the `workspace` class. Use the `atom-text-editor` tag instead of the `editor` class. --- menus/atom-beautify.cson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menus/atom-beautify.cson b/menus/atom-beautify.cson index 04f185b53..2a5df6355 100644 --- a/menus/atom-beautify.cson +++ b/menus/atom-beautify.cson @@ -1,6 +1,6 @@ # See https://atom.io/docs/latest/creating-a-package#menus for more details 'context-menu': - '.workspace .editor:not(.mini)': + 'atom-workspace atom-text-editor:not(.mini)': 'Enable atom-beautify': 'beautify:beautify-editor' '.tree-view .file > .name': 'Beautify File': 'beautify:beautify-file'