Initial code for major engine refactor.

This commit is contained in:
Dermot Duffy
2023-01-24 19:36:54 -08:00
parent 03de7b473a
commit 093925cb40
39 changed files with 3506 additions and 2459 deletions
+2 -1
View File
@@ -180,7 +180,8 @@ export class CardConditionManager {
* Trigger the callback.
* @param _ Ignored parameter.
*/
protected _triggerChange(_): void {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
protected _triggerChange(_: MediaQueryListEvent): void {
this._callback();
}