]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/jaxer.js.uncompressed.js
Merge pull request #61 from hydrian/master
[tt-rss.git] / lib / dojo / jaxer.js.uncompressed.js
CommitLineData
f0cfe83e
AD
1define("dojo/jaxer", ["./_base/kernel"], function(dojo){
2 // module:
3 // dojo/jaxer
4
5dojo.deprecated("(dojo)/jaxer interface", "Jaxer is no longer supported by the Dojo Toolkit, will be removed with DTK 1.9.");
6if(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
14onserverload = dojo._loadInit;
15
16return dojo;
17});