Fixed typo in manipulate-dom.js

This commit is contained in:
nobody42 2020-05-19 17:38:07 +02:00
parent 6cb37acaac
commit 2a7ea82c87
No known key found for this signature in database
GPG Key ID: AB5145CF05BFE119
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ manipulateDOM._removeCrossOriginAndIntegrityAttr = function (details) {
if (!isWhitelisted && mimeType === 'text/html') {
let asciiDecoder, decoder, encoder, charset, isFirstData, , filter;
let asciiDecoder, decoder, encoder, charset, isFirstData, filter;
asciiDecoder = new TextDecoder('ASCII');
encoder = new TextEncoder();