Skip to content

Commit 6c0549c

Browse files
committedJan 30, 2015
command selector fix (.editor is deprecated)
1 parent 824a8e1 commit 6c0549c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎keymaps/atom-typescript.cson

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'.editor:not(.mini)[data-grammar~=ts]':
1+
'atom-text-editor[data-grammar~=ts]':
22
'alt-cmd-l': 'typescript:format-code'
33
'alt-ctrl-l': 'typescript:format-code'
44
'ctrl-shift-b': 'typescript:build'

0 commit comments

Comments
 (0)