Fix `this` value for `Core.enableLegacyInheritance()` (#4380)
authorMatthias Schmidt <gravatronics@live.com>
Wed, 7 Jul 2021 10:48:12 +0000 (12:48 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Jul 2021 10:48:12 +0000 (12:48 +0200)
commitdb23f8af33398c4851d6ba36436592f406b35a0d
treece5e4be81cb4eb5ac361f85e38501e5b33a89b32
parent7e7091f30491e719985f68050f07c2fc35d62d39
Fix `this` value for `Core.enableLegacyInheritance()` (#4380)

Without explicitly binding `this` to `thisValue`, it will be `constructed` resulting in missing data only present in `thisValue`.
ts/WoltLabSuite/Core/Core.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Core.js