ace: Delete ignored class attribute

ace-patch-works-in-chromium
Richard Hansen 2021-02-25 22:29:11 -05:00 committed by webzwo0i
parent b3d7f5d63e
commit 50fa336253
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,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;