mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-02-16 17:28:41 +00:00
Namespace fixes for ide
This commit is contained in:
parent
6400f40b2a
commit
59ef044f54
|
|
@ -67,7 +67,7 @@
|
||||||
|
|
||||||
this.assets[hash] = path + '/' + filename;
|
this.assets[hash] = path + '/' + filename;
|
||||||
} else if (filetype === 'img') {
|
} else if (filetype === 'img') {
|
||||||
this.assets[hash] = new Image();
|
this.assets[hash] = new Image();
|
||||||
this.assets[hash].src = path + '/' + filename;
|
this.assets[hash].src = path + '/' + filename;
|
||||||
} else if (filetype === 'audio') {
|
} else if (filetype === 'audio') {
|
||||||
// TODO: implement audio asset
|
// TODO: implement audio asset
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
*/
|
*/
|
||||||
(function (jsOMS, undefined)
|
(function (jsOMS, undefined)
|
||||||
{
|
{
|
||||||
|
/** @namespace jsOMS.Log */
|
||||||
jsOMS.Autoloader.defineNamespace('jsOMS.Log');
|
jsOMS.Autoloader.defineNamespace('jsOMS.Log');
|
||||||
|
|
||||||
jsOMS.Log.LogLevel = Object.freeze({
|
jsOMS.Log.LogLevel = Object.freeze({
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
(function (jsOMS, undefined)
|
(function (jsOMS, undefined)
|
||||||
{
|
{
|
||||||
"use strict";
|
"use strict";
|
||||||
|
/** @namespace jsOMS.Log */
|
||||||
jsOMS.Autoloader.defineNamespace('jsOMS.Log');
|
jsOMS.Autoloader.defineNamespace('jsOMS.Log');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user