fixed incomplete merge action

This commit is contained in:
Bas van Kervel
2015-06-11 15:06:12 +02:00
parent ec6a7b35f6
commit b3c07f167f
2 changed files with 1 additions and 703 deletions

View File

@ -84,7 +84,7 @@ func loadAutoCompletion(js *jsre, ipcpath string) {
if err != nil {
utils.Fatalf("Unable to determine supported modules - %v", err)
}
loadedModulesMethods = make(map[string][]string)
for module, _ := range modules {
loadedModulesMethods[module] = api.AutoCompletion[module]