From f81becc8ca3bae1b03dd31f0da184b0b4e99a960 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 8 Jan 2014 13:54:42 +0000 Subject: [PATCH] refactor(client) rm KeysPanel --- lib/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/client.js b/lib/client.js index f082def9..e2ff288f 100644 --- a/lib/client.js +++ b/lib/client.js @@ -244,7 +244,7 @@ Listeners.changeLinks(CloudFunc.LEFTPANEL); Listeners.changeLinks(CloudFunc.RIGHTPANEL); - CloudCmd.KeysPanel = Listeners.initKeysPanel(); + Listeners.initKeysPanel(); CloudCmd.getConfig(function(config) { var localStorage = config.localStorage,