change a non-critical XXX to a FIXME

pull/1/head
ansuz 2021-03-01 11:17:05 +05:30
parent 6dcc471c81
commit 792c05874e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ define([
assert(function (cb) {
console.log(trimmedSafe);
checkAvailability(trimmedSafe, cb);
}, _alert("Sandbox domain is not available")); // XXX Blocked by CSP. try loading it via sframe ?
}, _alert("Sandbox domain is not available")); // FIXME Blocked by CSP. try loading it via sframe ?
var row = function (cells) {
return h('tr', cells.map(function (cell) {