ace: Delete ignored class attribute

This commit is contained in:
Richard Hansen 2021-02-25 22:29:11 -05:00
parent 50782bd03a
commit ce00cc33e6

View file

@ -220,7 +220,7 @@ plugins.ensure(function () {\n\
});
iframeHTML.push('</head><body id="innerdocbody" class="innerdocbody" role="application" ' +
'class="syntax" spellcheck="false">&nbsp;</body></html>');
'spellcheck="false">&nbsp;</body></html>');
// eslint-disable-next-line node/no-unsupported-features/es-builtins
const gt = typeof globalThis === 'object' ? globalThis : window;