Server side PluginInterface ported into the browser
[KiwiIRC.git] / server / settingsgenerator.js
index e6a3c4af328064599024d9bd0a225ec634958596..ce09159a32f42a56dc16fd3dc68643505fb02abe 100644 (file)
@@ -221,7 +221,8 @@ function addScripts(vars, debug) {
             'src/models/pluginmanager.js',
             'src/models/datastore.js',
             'src/helpers/utils.js',
-            'src/helpers/formatdate.js'
+            'src/helpers/formatdate.js',
+            'src/helpers/plugininterface.js'
         ],
 
         // Some views extend these, so make sure they're loaded beforehand