feature(key) rm chaining

This commit is contained in:
coderaiser 2014-10-20 12:40:23 -04:00
parent 38f928d0af
commit e05bb10059

View file

@ -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) {