From 75cd36f7c8b79e320a2b530d0fe5c94134db81b8 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 12 Jul 2015 15:31:24 -0400 Subject: [PATCH] fix(listeners) initKeysPanel: name missing --- lib/client/listeners.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client/listeners.js b/lib/client/listeners.js index 2bfff24f..89c15384 100644 --- a/lib/client/listeners.js +++ b/lib/client/listeners.js @@ -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);