mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-27 15:48: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 ()
|
||||
{
|
||||
this.navigation = {};
|
||||
/** global: jsOMS */
|
||||
/** global: localStorage */
|
||||
this.rawNavData = JSON.parse(localStorage.getItem(jsOMS.Modules.Navigation.MODULE_NAME));
|
||||
this.rawNavData = this.rawNavData !== null ? this.rawNavData : {};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user