Skip to content

Commit

Permalink
Merge pull request #96 from bpasero/update-google-closure-compiler
Browse files Browse the repository at this point in the history
Update to `[email protected]`
  • Loading branch information
aadsm authored Sep 30, 2024
2 parents 7f13b6c + 8437d7b commit f436575
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 91 deletions.
2 changes: 1 addition & 1 deletion dist/jschardet.js
Original file line number Diff line number Diff line change
Expand Up @@ -7579,7 +7579,7 @@ function UniversalDetector(options) {
if (!options.detectEncodings) {
return true;
}
lowerDetectedEncodings = options.detectEncodings.map(encoding => encoding.toLowerCase());
var lowerDetectedEncodings = options.detectEncodings.map(encoding => encoding.toLowerCase());
return lowerDetectedEncodings.includes(encoding.toLowerCase());
}

Expand Down
Loading

0 comments on commit f436575

Please sign in to comment.