summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/notification_worker_child-child.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/workers/test/notification_worker_child-child.js')
-rw-r--r--dom/workers/test/notification_worker_child-child.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/workers/test/notification_worker_child-child.js b/dom/workers/test/notification_worker_child-child.js
index 236e314e47..9356f1be7a 100644
--- a/dom/workers/test/notification_worker_child-child.js
+++ b/dom/workers/test/notification_worker_child-child.js
@@ -1,3 +1,5 @@
+/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */
+
function ok(test, message) {
postMessage({ type: "ok", test, message });
}