Fix eslint issues

pull/4028/head
Rodrigo Nascimento 9 years ago
parent 17afc8920a
commit 1ab179ac1f
No known key found for this signature in database
GPG Key ID: 2C85B3AFE75D23F9
  1. 2
      packages/rocketchat-ui/lib/fireEvent.js

@ -7,7 +7,7 @@ window.fireGlobalEvent = (eventName, params) => {
data: params data: params
}, RocketChat.settings.get('Iframe_Integration_send_target_origin')); }, RocketChat.settings.get('Iframe_Integration_send_target_origin'));
} }
} };
window.addEventListener('message', (e) => { window.addEventListener('message', (e) => {
if (RocketChat.settings.get('Iframe_Integration_receive_enable') !== true) { if (RocketChat.settings.get('Iframe_Integration_receive_enable') !== true) {

Loading…
Cancel
Save