This commit is contained in:
Nathan Sobo 2012-04-18 10:56:54 -06:00
parent e4024e11e5
commit b5e2beab96

View File

@ -12,7 +12,7 @@ class Atom
userConfigurationPath: null
rootViewStates: null
constructor: (@loadPath, nativeMethods)->
constructor: (@loadPath, nativeMethods) ->
@windows = []
@setUpKeymap()
@userConfigurationPath = fs.absolute "~/.atom/atom.coffee"