diff options
Diffstat (limited to 'dom/file/tests/worker_blob_reading.js')
-rw-r--r-- | dom/file/tests/worker_blob_reading.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/file/tests/worker_blob_reading.js b/dom/file/tests/worker_blob_reading.js index f57161c220..8ad421062f 100644 --- a/dom/file/tests/worker_blob_reading.js +++ b/dom/file/tests/worker_blob_reading.js @@ -1,3 +1,5 @@ +/* eslint-disable mozilla/no-comparison-or-assignment-inside-ok */ + importScripts("common_blob_reading.js"); function info(message) { |