mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 1177774 - Disable "onmessage =" warning. r=margaret
Not sure what to do here so I filed bug 1177901. --HG-- extra : commitid : BCnmZfSMhyF extra : rebase_source : dd2c7f167d62883616f522ada485e36966bbc862
This commit is contained in:
parent
dec98ac94f
commit
417c85d558
@ -10,7 +10,8 @@ let Log = require("resource://gre/modules/AndroidLog.jsm");
|
||||
// the "debug" priority and a log tag.
|
||||
let log = Log.d.bind(null, "WebappManagerWorker");
|
||||
|
||||
onmessage = function(event) {
|
||||
// (eslint-disable: see bug 1177901)
|
||||
onmessage = function(event) { // eslint-disable-line no-undef
|
||||
let { url, path } = event.data;
|
||||
|
||||
let file = OS.File.open(path, { truncate: true });
|
||||
|
Loading…
Reference in New Issue
Block a user