Address eslint errors.
This commit is contained in:
Родитель
0a7a420a4b
Коммит
d5e8fabf9f
|
@ -1,6 +1,6 @@
|
|||
import sendEventViaDocument from './sendEventViaDocument.js';
|
||||
|
||||
function sendSimpleMessage(action) {
|
||||
function sendSimpleMessage (action) {
|
||||
const event = new CustomEvent(action);
|
||||
sendEventViaDocument(event);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче