Skip to content

Commit

Permalink
updating selectors to the new atom API
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcarlsen committed Jan 26, 2015
1 parent 9566a49 commit d2ad4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menus/atom-beautify.cson
Original file line number Diff line number Diff line change
@@ -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'
Expand Down

1 comment on commit d2ad4cc

@Glavin001
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.