mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-18 10:08:40 +00:00
Namespace fixes for ide
This commit is contained in:
parent
6400f40b2a
commit
59ef044f54
|
|
@ -9,6 +9,7 @@
|
|||
*/
|
||||
(function (jsOMS, undefined)
|
||||
{
|
||||
/** @namespace jsOMS.Log */
|
||||
jsOMS.Autoloader.defineNamespace('jsOMS.Log');
|
||||
|
||||
jsOMS.Log.LogLevel = Object.freeze({
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
(function (jsOMS, undefined)
|
||||
{
|
||||
"use strict";
|
||||
/** @namespace jsOMS.Log */
|
||||
jsOMS.Autoloader.defineNamespace('jsOMS.Log');
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user