mol_plot_all 1.2.807 → 1.2.808
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +6 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +6 -1
- package/web.test.js.map +1 -1
package/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -3059,7 +3059,12 @@ var $;
|
|
|
3059
3059
|
}
|
|
3060
3060
|
else {
|
|
3061
3061
|
this.native().setItem(key, JSON.stringify(next));
|
|
3062
|
-
|
|
3062
|
+
try {
|
|
3063
|
+
this.$.$mol_storage.persisted(true);
|
|
3064
|
+
}
|
|
3065
|
+
catch (error) {
|
|
3066
|
+
$mol_fail_log(error);
|
|
3067
|
+
}
|
|
3063
3068
|
}
|
|
3064
3069
|
return next;
|
|
3065
3070
|
}
|