fix(listeners) initKeysPanel: name missing

This commit is contained in:
coderaiser 2015-07-12 15:31:24 -04:00
parent d43150ff47
commit 75cd36f7c8

View file

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