Fix typo
This commit is contained in:
parent
6c0abed855
commit
274eb54990
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@tp/tp-store",
|
"name": "@tp/tp-store",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "tp-store.js",
|
"main": "tp-store.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
2
store.js
2
store.js
@ -61,7 +61,7 @@ export const Store = function(superClass) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_notifyInstance(instance, key, value, targetProperty) {
|
_notifyInstance(instance, key, value, targetProperty) {
|
||||||
instance._storeUpdated(key, value, targetProperty);
|
instance.storeUpdated(key, value, targetProperty);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user