This commit is contained in:
2026-01-16 10:48:06 +01:00
parent cc3a5054e5
commit 9550b540e4
2 changed files with 2 additions and 2 deletions

View File

@@ -92,7 +92,7 @@ export class Store {
}
// Backwards compatibility layer for the mixin
export const StoreSubcriber = function(superClass) {
export const StoreSubscriber = function(superClass) {
return class extends superClass {
constructor() {
super();