projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73b7cc4
)
Fixed func mappings in _kiwi.global.components.ControlInput method of apps.js
author
jdeveloper
<jdeveloper.inxenio@gmail.com>
Tue, 19 Nov 2013 13:00:47 +0000
(14:00 +0100)
committer
jdeveloper
<jdeveloper.inxenio@gmail.com>
Tue, 19 Nov 2013 13:00:47 +0000
(14:00 +0100)
client/src/app.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/app.js
b/client/src/app.js
index a164633708094bb5beeb90dc05a112a1db6a6524..885684b95cb0c1b38e1536636991b7b912183cde 100644
(file)
--- a/
client/src/app.js
+++ b/
client/src/app.js
@@
-88,7
+88,7
@@
_kiwi.global = {
ControlInput: function() {
\r
var obj = new this.EventComponent(_kiwi.app.controlbox);
\r
var funcs = {
\r
-
processInput: 'run
', addPluginIcon: 'addPluginIcon'
\r
+
run: 'processInput
', addPluginIcon: 'addPluginIcon'
\r
};
\r
\r
_.each(funcs, function(controlbox_fn, func_name) {
\r