16 lines
424 B
JavaScript
16 lines
424 B
JavaScript
|
if(!dojo._hasResource["dojo.jaxer"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
|
||
|
dojo._hasResource["dojo.jaxer"] = true;
|
||
|
dojo.provide("dojo.jaxer");
|
||
|
|
||
|
if(typeof print == "function"){
|
||
|
console.debug = Jaxer.Log.debug;
|
||
|
console.warn = Jaxer.Log.warn;
|
||
|
console.error = Jaxer.Log.error;
|
||
|
console.info = Jaxer.Log.info;
|
||
|
console.log = Jaxer.Log.warn;
|
||
|
}
|
||
|
|
||
|
onserverload = dojo._loadInit;
|
||
|
|
||
|
}
|