8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
11 lines
258 B
JavaScript
11 lines
258 B
JavaScript
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;
|