ALWAYS BE PATHING

This commit is contained in:
Corey Johnson
2011-09-22 16:48:39 -07:00
parent 7f2ba1b559
commit 38f265f33f

View File

@@ -14,7 +14,7 @@ class App
@start: ->
@setActiveWindow new Window
controller : WindowController
path : localStorage.lastOpenedPath
path : localStorage.lastOpenedPath ? File.workingDirectory()
_.map File.list("~/.atomicity/"), (path) ->
require path