ace: Delete ignored class attribute
parent
c9c8b27854
commit
b3416c4eeb
|
@ -222,7 +222,7 @@ plugins.ensure(function () {\n\
|
||||||
});
|
});
|
||||||
|
|
||||||
iframeHTML.push('</head><body id="innerdocbody" class="innerdocbody" role="application" ' +
|
iframeHTML.push('</head><body id="innerdocbody" class="innerdocbody" role="application" ' +
|
||||||
'class="syntax" spellcheck="false"> </body></html>');
|
'spellcheck="false"> </body></html>');
|
||||||
|
|
||||||
// eslint-disable-next-line node/no-unsupported-features/es-builtins
|
// eslint-disable-next-line node/no-unsupported-features/es-builtins
|
||||||
const gt = typeof globalThis === 'object' ? globalThis : window;
|
const gt = typeof globalThis === 'object' ? globalThis : window;
|
||||||
|
|
Loading…
Reference in New Issue