[CB-4187] Fix the fix for start-up when no plugins are installed.
diff --git a/lib/common/pluginloader.js b/lib/common/pluginloader.js
index 5f61b39..19f84bb 100644
--- a/lib/common/pluginloader.js
+++ b/lib/common/pluginloader.js
@@ -81,7 +81,7 @@
     var scriptCounter = moduleList.length;
 
     if (!scriptCounter) {
-        onScriptLoadingComplete();
+        finishPluginLoading();
         return;
     }
     function scriptLoadedCallback() {