e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
15 lines
424 B
JavaScript
15 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;
|
|
|
|
}
|