From: jdeveloper Date: Tue, 19 Nov 2013 13:00:47 +0000 (+0100) Subject: Fixed func mappings in _kiwi.global.components.ControlInput method of apps.js X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d63a5832eafb6f8e226a5e595432173ac6ab8028;p=KiwiIRC.git Fixed func mappings in _kiwi.global.components.ControlInput method of apps.js --- diff --git a/client/src/app.js b/client/src/app.js index a164633..885684b 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -88,7 +88,7 @@ _kiwi.global = { ControlInput: function() { var obj = new this.EventComponent(_kiwi.app.controlbox); var funcs = { - processInput: 'run', addPluginIcon: 'addPluginIcon' + run: 'processInput', addPluginIcon: 'addPluginIcon' }; _.each(funcs, function(controlbox_fn, func_name) {