mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-02-14 15:58:41 +00:00
Fix typehints+var type etc.
This commit is contained in:
parent
54cbd0a92b
commit
3fff28b3d1
|
|
@ -21,6 +21,8 @@
|
||||||
jsOMS.Modules.Navigation = function ()
|
jsOMS.Modules.Navigation = function ()
|
||||||
{
|
{
|
||||||
this.navigation = {};
|
this.navigation = {};
|
||||||
|
/** global: jsOMS */
|
||||||
|
/** global: localStorage */
|
||||||
this.rawNavData = JSON.parse(localStorage.getItem(jsOMS.Modules.Navigation.MODULE_NAME));
|
this.rawNavData = JSON.parse(localStorage.getItem(jsOMS.Modules.Navigation.MODULE_NAME));
|
||||||
this.rawNavData = this.rawNavData !== null ? this.rawNavData : {};
|
this.rawNavData = this.rawNavData !== null ? this.rawNavData : {};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user