mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
💄
This commit is contained in:
@@ -8,7 +8,7 @@ class Gists
|
||||
constructor: ->
|
||||
rootView.command 'gist:create', '.editor', => @createGist()
|
||||
|
||||
createGist: (editor) ->
|
||||
createGist: ->
|
||||
editor = rootView.getActiveView()
|
||||
return unless editor?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user