Bug 1256932 - Fix ESLint issues in test-bug-595934-workers.js. r=bgrins

MozReview-Commit-ID: 8gmJnHVJR98

--HG--
extra : rebase_source : d636e4dff7f8e952b631cf29e30cd51396fd8a63
This commit is contained in:
julia 2016-10-29 11:27:17 +02:00
parent aee76f4bf5
commit c937a1fea7

View File

@ -3,7 +3,12 @@
/* Any copyright is dedicated to the Public Domain.
* http://creativecommons.org/publicdomain/zero/1.0/ */
onmessage = function () {
/* global fooBarWorker*/
/* eslint-disable no-unused-vars*/
"use strict";
var onmessage = function () {
fooBarWorker();
};