fix(core): update

This commit is contained in:
Philipp Kunz 2020-11-24 19:48:14 +00:00
parent 011b3fb76a
commit ad34affb9e

View File

@ -5,7 +5,7 @@ import * as plugins from './domtools.plugins';
export class ThemeManager {
public domtoolsRef: DomTools;
goBrightBoolean = false;
public goBrightBoolean = false;
constructor(domtoolsRefArg: DomTools) {
this.domtoolsRef = domtoolsRefArg;