This commit is contained in:
probablycorey
2013-03-27 16:30:33 -07:00
parent fd7772a653
commit 8323b0defd

View File

@@ -8,7 +8,7 @@ class Gists
constructor: ->
rootView.command 'gist:create', '.editor', => @createGist()
createGist: (editor) ->
createGist: ->
editor = rootView.getActiveView()
return unless editor?