mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(listeners) initKeysPanel: name missing
This commit is contained in:
parent
d43150ff47
commit
75cd36f7c8
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ var Util, DOM, CloudFunc, CloudCmd;
|
|||
Events.addClick(keysElement, function(event) {
|
||||
var element = event.target,
|
||||
id = element.id,
|
||||
operation = function() {
|
||||
operation = function(name) {
|
||||
var Operation = CloudCmd.Operation,
|
||||
fn = Operation.show.bind(null, name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue