Fix typo
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tp/tp-store",
|
"name": "@tp/tp-store",
|
||||||
"version": "2.0.0",
|
"version": "2.0.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "tp-store.js",
|
"main": "tp-store.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
2
store.js
2
store.js
@@ -92,7 +92,7 @@ export class Store {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Backwards compatibility layer for the mixin
|
// Backwards compatibility layer for the mixin
|
||||||
export const StoreSubcriber = function(superClass) {
|
export const StoreSubscriber = function(superClass) {
|
||||||
return class extends superClass {
|
return class extends superClass {
|
||||||
constructor() {
|
constructor() {
|
||||||
super();
|
super();
|
||||||
|
|||||||
Reference in New Issue
Block a user