diff --git a/lib/client/key.js b/lib/client/key.js index 8f41cf63..e2e43754 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -82,15 +82,21 @@ var CloudCmd, Util, DOM; this.setBind = function() { Binded = true; + + return Key; }; this.unsetBind = function() { Binded = false; + + return Key; }; this.bind = function() { Events.addKey(listener); Binded = true; + + return Key; }; function listener(event) {