tweak: make null window an object in order for this to run with bun

<https://bun.sh/>
This commit is contained in:
NunoSempere 2022-12-07 19:14:31 +00:00
parent b624ab46d7
commit 77680a8590

View File

@ -20,7 +20,7 @@
// MAIN // // MAIN //
var obj = ( typeof window === 'object' ) ? window : null; var obj = ( typeof window === 'object' ) ? window : {};
// EXPORTS // // EXPORTS //