From 94f8b3598e67b5bfc57be12043515cb742fe318c Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 8 Jan 2014 14:16:47 +0000 Subject: [PATCH] refactor(contact) rm setButtonKey --- lib/client/contact.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/client/contact.js b/lib/client/contact.js index f8e735ca..b6c00568 100644 --- a/lib/client/contact.js +++ b/lib/client/contact.js @@ -24,8 +24,6 @@ olark('api.box.onShrink', Contact.hide); DOM.Events.addKey(listener); - DOM.setButtonKey('contact', Contact.show); - Util.exec(pCallBack); }); }