mirror of
https://github.com/Karaka-Management/jsOMS.git
synced 2026-01-11 17:58: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;
|
||||
} else if (filetype === 'img') {
|
||||
this.assets[hash] = new Image();
|
||||
this.assets[hash] = new Image();
|
||||
this.assets[hash].src = path + '/' + filename;
|
||||
} else if (filetype === 'audio') {
|
||||
// TODO: implement audio asset
|
||||
|
|
|
|||
|
|
@ -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