Move new functions to private section

This commit is contained in:
Lee Dohm 2016-03-03 22:18:39 -08:00 committed by Joe Fitzgerald
parent a46740522d
commit 2e64be6b00

View File

@ -292,6 +292,10 @@ class Project extends Model
_.clone(@env)
###
Section: Private
###
getShellPath: ->
shellEnvText = @getShellEnv()
env = {}
@ -316,10 +320,6 @@ class Project extends Model
results.stdout
###
Section: Private
###
consumeServices: ({serviceHub}) ->
serviceHub.consume(
'atom.directory-provider',