From 2f9956cfc6736e88d7f9b9705a71b6e5b1aba2b5 Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 29 Nov 2014 15:23:08 +0000 Subject: [PATCH] Plugin access to the control input text area --- client/src/app.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/src/app.js b/client/src/app.js index 5ed13c7..6fe8172 100644 --- a/client/src/app.js +++ b/client/src/app.js @@ -188,6 +188,9 @@ _kiwi.global = { }; }); + // Give access to the control input textarea + obj.input = _kiwi.app.controlbox.$('.inp'); + return obj; } }, -- 2.25.1