This commit is contained in:
Cheng Zhao 2013-05-13 20:08:43 +08:00
parent bb114932ea
commit e9a4d9cafe

View File

@ -31,7 +31,7 @@ class AtomWindow
@setNodePaths()
@openWithParams(params)
setNodePaths: (isSpec) ->
setNodePaths: ->
resourcePaths = [
'src/stdlib',
'src/app',
@ -67,7 +67,6 @@ class AtomWindow
url += "#{separator}#{pair.name}=#{pair.param}"
separator = '&' if separator is '?'
console.log url
win.loadUrl url
win.show()