This commit is contained in:
probablycorey
2013-05-17 14:10:03 -07:00
parent 5fd6c1c5ab
commit 6bdfe65bf2

View File

@@ -5,7 +5,7 @@ delegate = require 'atom_delegate'
resourcePath = null
atomApplication = null
setupNodePaths = ->
setupNodePath= ->
resourcePaths = [
'src/stdlib',
'src/app',
@@ -31,7 +31,7 @@ parseCommandLine = ->
bootstrapApplication = ->
parseCommandLine()
setupNodePaths()
setupNodePath()
atomApplication = new AtomApplication
atomApplication.createAtomWindow()