1 define("dojo/jaxer", ["./_base/kernel"], function(dojo){
5 dojo.deprecated("(dojo)/jaxer interface", "Jaxer is no longer supported by the Dojo Toolkit, will be removed with DTK 1.9.");
6 if(typeof print == "function"){
7 console.debug = Jaxer.Log.debug;
8 console.warn = Jaxer.Log.warn;
9 console.error = Jaxer.Log.error;
10 console.info = Jaxer.Log.info;
11 console.log = Jaxer.Log.warn;
14 onserverload = dojo._loadInit;