-
- Downloads
Replace assignmets to the window object with assingments to globalThis
VSCode and typescript still do not understand assignments to window as introducing of a global name. To make them happy, use assignment to globalThis.
Showing
- devTools/FC.d.ts 0 additions, 25 deletionsdevTools/FC.d.ts
- src/004-base/proxies.js 8 additions, 8 deletionssrc/004-base/proxies.js
- src/Corporation/corporate.js 5 additions, 5 deletionssrc/Corporation/corporate.js
- src/Mods/SecExp/js/secExp.js 1 addition, 1 deletionsrc/Mods/SecExp/js/secExp.js
- src/Mods/SecExp/widgets/battleWidgets.js 2 additions, 2 deletionssrc/Mods/SecExp/widgets/battleWidgets.js
- src/art/artJS.js 6 additions, 6 deletionssrc/art/artJS.js
- src/art/assistantArt.js 1 addition, 1 deletionsrc/art/assistantArt.js
- src/art/vector/VectorArtJS.js 2 additions, 2 deletionssrc/art/vector/VectorArtJS.js
- src/art/vector_revamp/vectorRevampedArtControl.js 2 additions, 2 deletionssrc/art/vector_revamp/vectorRevampedArtControl.js
- src/data/backwardsCompatibility/datatypeCleanup.js 29 additions, 29 deletionssrc/data/backwardsCompatibility/datatypeCleanup.js
- src/debugging/debugJS.js 4 additions, 4 deletionssrc/debugging/debugJS.js
- src/debugging/profileInclude.js 1 addition, 1 deletionsrc/debugging/profileInclude.js
- src/endWeek/endWeek.js 1 addition, 1 deletionsrc/endWeek/endWeek.js
- src/endWeek/healthFunctions.js 12 additions, 12 deletionssrc/endWeek/healthFunctions.js
- src/endWeek/minorInjuryResponse.js 1 addition, 1 deletionsrc/endWeek/minorInjuryResponse.js
- src/endWeek/saBeYourHeadGirl.js 1 addition, 1 deletionsrc/endWeek/saBeYourHeadGirl.js
- src/endWeek/saChoosesOwnClothes.js 1 addition, 1 deletionsrc/endWeek/saChoosesOwnClothes.js
- src/endWeek/saClothes.js 1 addition, 1 deletionsrc/endWeek/saClothes.js
- src/endWeek/saDrugs.js 1 addition, 1 deletionsrc/endWeek/saDrugs.js
- src/endWeek/saGetMilked.js 1 addition, 1 deletionsrc/endWeek/saGetMilked.js
Loading
Please register or sign in to comment