From e05bb1005903b0377289aa9f9f32143e77023bbb Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 20 Oct 2014 12:40:23 -0400 Subject: [PATCH] feature(key) rm chaining --- lib/client/key.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/client/key.js b/lib/client/key.js index e2e43754..8f41cf63 100644 --- a/lib/client/key.js +++ b/lib/client/key.js @@ -82,21 +82,15 @@ 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) {