mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Remove trailing dot
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports =
|
||||
|
||||
convert: ->
|
||||
# This assumes the active pane item is an editor
|
||||
editor = atom.workspace.activePaneItem.
|
||||
editor = atom.workspace.activePaneItem
|
||||
selection = editor.getSelection()
|
||||
upperCaseSelectedText = selection.getText().toUpperCase()
|
||||
selection.insertText(upperCaseSelectedText)
|
||||
|
||||
Reference in New Issue
Block a user