Skip to content

Commit

Permalink
Merge pull request #193 from tcarlsen/patch-1
Browse files Browse the repository at this point in the history
Update selectors to the new Atom API
  • Loading branch information
Glavin001 committed Feb 2, 2015
2 parents 9566a49 + d2ad4cc commit 617317a
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

0 comments on commit 617317a

Please sign in to comment.