1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-07 11:38:32 +00:00

Expose more things on window.FrankerFaceZ.utilities. Fix a bug with JavaScript driven layout elements when the FFZ menu is fullscreened by not hiding those elements, only making them invisible and putting FFZ content on top.

This commit is contained in:
SirStendec 2017-11-13 16:28:17 -05:00
parent 720b875196
commit 2c39cd9051
6 changed files with 26 additions and 10 deletions

View file

@ -26,7 +26,7 @@ export const State = {
}
export default class Module extends EventEmitter {
export class Module extends EventEmitter {
constructor(name, parent) {
if ( ! parent && name instanceof Module ) {
parent = name;
@ -547,6 +547,7 @@ export class SiteModule extends Module {
}
}
export default Module;
// ============================================================================