Rename “bootstrap” scripts

They’re just window initialization scripts, and this new naming makes
that a lot clearer.
This commit is contained in:
Nathan Sobo
2015-09-25 16:04:10 -06:00
parent 8e988e874e
commit e886d8b253
4 changed files with 10 additions and 10 deletions

View File

@@ -76,7 +76,7 @@
setupVmCompatibility()
setupCsonCache(CompileCache.getCacheDirectory())
require(loadSettings.bootstrapScript)
require(loadSettings.windowInitializationScript)
require('ipc').sendChannel('window-command', 'window:loaded')
}