[Glitch] Remove isNaN polyfill

Port b46125224c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Nick Schonning
2023-03-23 04:47:13 -04:00
committed by Claire
parent 14b0311029
commit 00c839b9a9
2 changed files with 0 additions and 6 deletions

View File

@ -15,7 +15,6 @@ function loadPolyfills() {
Array.prototype.includes &&
HTMLCanvasElement.prototype.toBlob &&
window.Intl &&
Number.isNaN &&
Object.assign &&
Object.values &&
window.Symbol &&