installShellCommands is not public

This commit is contained in:
Ben Ogle 2014-09-16 16:23:30 -07:00
parent 7ff5938454
commit fb1ac72b6e

View File

@ -167,7 +167,7 @@ class WorkspaceView extends View
# Returns a {Workspace}.
getModel: -> @model
# Public: Install the Atom shell commands on the user's system.
# Install the Atom shell commands on the user's system.
installShellCommands: ->
showErrorDialog = (error) ->
installDirectory = CommandInstaller.getInstallDirectory()