mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(key) rm chaining
This commit is contained in:
parent
38f928d0af
commit
e05bb10059
1 changed files with 0 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue