diff options
Diffstat (limited to 'dom/xhr/tests/worker_temporaryFileBlob.js')
-rw-r--r-- | dom/xhr/tests/worker_temporaryFileBlob.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/xhr/tests/worker_temporaryFileBlob.js b/dom/xhr/tests/worker_temporaryFileBlob.js index 50f071bab7..056b826e00 100644 --- a/dom/xhr/tests/worker_temporaryFileBlob.js +++ b/dom/xhr/tests/worker_temporaryFileBlob.js @@ -1,4 +1,7 @@ /* eslint-env worker */ + +/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */ + importScripts("common_temporaryFileBlob.js"); function info(msg) { |