From d407f9af743446645138f018576a77e268bdd294 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 20 Nov 2018 11:27:59 +0100 Subject: [PATCH] downgrade an XXX to a FIXME --- www/common/cryptpad-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/cryptpad-common.js b/www/common/cryptpad-common.js index 030c6e7f2..ec229dae6 100644 --- a/www/common/cryptpad-common.js +++ b/www/common/cryptpad-common.js @@ -1388,7 +1388,7 @@ define([ console.log('Posting CONNECT'); postMessage('CONNECT', cfg, function (data) { - // XXX data should always exist + // FIXME data should always exist // this indicates a false condition in sharedWorker // got here via a reference error: // uncaught exception: TypeError: data is undefined