refactor(contact) rm setButtonKey

This commit is contained in:
coderaiser 2014-01-08 14:16:47 +00:00
parent f81becc8ca
commit 94f8b3598e

View file

@ -24,8 +24,6 @@
olark('api.box.onShrink', Contact.hide);
DOM.Events.addKey(listener);
DOM.setButtonKey('contact', Contact.show);
Util.exec(pCallBack);
});
}