You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
160 KiB
22 lines
160 KiB
1 week ago
|
|
||
|
var ASPLite_Module = (function() {
|
||
|
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
|
||
|
if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
|
||
|
return (
|
||
|
function(ASPLite_Module) {
|
||
|
ASPLite_Module = ASPLite_Module || {};
|
||
|
|
||
|
var Module=typeof ASPLite_Module!=="undefined"?ASPLite_Module:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});if(!Object.getOwnPropertyDescriptor(Module["ready"],"_Audio_Framework_GetVersion")){Object.defineProperty(Module["ready"],"_Audio_Framework_GetVersion",{configurable:true,get:function(){abort("You are getting _Audio_Framework_GetVersion on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_Audio_Framework_GetVersion",{configurable:true,set:function(){abort("You are setting _Audio_Framework_GetVersion on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_Audio_Framework_Init")){Object.defineProperty(Module["ready"],"_Audio_Framework_Init",{configurable:true,get:function(){abort("You are getting _Audio_Framework_Init on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_Audio_Framework_Init",{configurable:true,set:function(){abort("You are setting _Audio_Framework_Init on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_Audio_Framework_Config")){Object.defineProperty(Module["ready"],"_Audio_Framework_Config",{configurable:true,get:function(){abort("You are getting _Audio_Framework_Config on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_Audio_Framework_Config",{configurable:true,set:function(){abort("You are setting _Audio_Framework_Config on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_Audio_Framework_Main")){Object.defineProperty(Module["ready"],"_Audio_Framework_Main",{configurable:true,get:function(){abort("You are getting _Audio_Framework_Main on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_Audio_Framework_Main",{configurable:true,set:function(){abort("You are setting _Audio_Framework_Main on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_Audio_Framework_Main_REF")){Object.defineProperty(Module["ready"],"_Audio_Framework_Main_REF",{configurable:true,get:function(){abort("You are getting _Audio_Framework_Main_REF on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_Audio_Framework_Main_REF",{configurable:true,set:function(){abort("You are setting _Audio_Framework_Main_REF on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_Audio_Framework_Flushout")){Object.defineProperty(Module["ready"],"_Audio_Framework_Flushout",{configurable:true,get:function(){abort("You are getting _Audio_Framework_Flushout on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_Audio_Framework_Flushout",{configurable:true,set:function(){abort("You are setting _Audio_Framework_Flushout on the Promise object, instead o
|
||
|
|
||
|
|
||
|
return ASPLite_Module.ready
|
||
|
}
|
||
|
);
|
||
|
})();
|
||
|
if (typeof exports === 'object' && typeof module === 'object')
|
||
|
module.exports = ASPLite_Module;
|
||
|
else if (typeof define === 'function' && define['amd'])
|
||
|
define([], function() { return ASPLite_Module; });
|
||
|
else if (typeof exports === 'object')
|
||
|
exports["ASPLite_Module"] = ASPLite_Module;
|