This commit is contained in:
probablycorey
2013-05-21 14:27:49 -07:00
parent f23cb1aa79
commit 8008985120

View File

@@ -150,7 +150,6 @@ class AtomWindow
url = "file://#{resourcePath}/static/index.html?bootstrapScript=#{bootstrapScript}&resourcePath=#{resourcePath}"
url += "&pathToOpen=#{pathToOpen}" if pathToOpen
console.log url
@browserWindow.loadUrl url
@browserWindow.show()