summaryrefslogtreecommitdiffstats
path: root/dom/workers/test/onLine_worker_child.js
diff options
context:
space:
mode:
Diffstat (limited to 'dom/workers/test/onLine_worker_child.js')
-rw-r--r--dom/workers/test/onLine_worker_child.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/dom/workers/test/onLine_worker_child.js b/dom/workers/test/onLine_worker_child.js
index 92542c018f..cee3052c90 100644
--- a/dom/workers/test/onLine_worker_child.js
+++ b/dom/workers/test/onLine_worker_child.js
@@ -3,10 +3,7 @@
* http://creativecommons.org/licenses/publicdomain/
*/
-/*
- * Any copyright is dedicated to the Public Domain.
- * http://creativecommons.org/licenses/publicdomain/
- */
+/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */
function info(text) {
dump("Test for Bug 925437: worker: " + text + "\n");