downgrade an XXX to a FIXME

This commit is contained in:
ansuz 2018-11-20 11:27:59 +01:00
parent 04d96d5d0e
commit d407f9af74

View File

@ -1388,7 +1388,7 @@ define([
console.log('Posting CONNECT'); console.log('Posting CONNECT');
postMessage('CONNECT', cfg, function (data) { postMessage('CONNECT', cfg, function (data) {
// XXX data should always exist // FIXME data should always exist
// this indicates a false condition in sharedWorker // this indicates a false condition in sharedWorker
// got here via a reference error: // got here via a reference error:
// uncaught exception: TypeError: data is undefined // uncaught exception: TypeError: data is undefined