]> git.wh0rd.org Git - tt-rss.git/blob - lib/dojo/jaxer.js.uncompressed.js
Merge pull request #61 from hydrian/master
[tt-rss.git] / lib / dojo / jaxer.js.uncompressed.js
1 define("dojo/jaxer", ["./_base/kernel"], function(dojo){
2         // module:
3         //              dojo/jaxer
4
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;
12 }
13
14 onserverload = dojo._loadInit;
15
16 return dojo;
17 });