]> git.wh0rd.org - tt-rss.git/blame - lib/dojo/jaxer.js
remove call-by-reference to comply with php 5.4
[tt-rss.git] / lib / dojo / jaxer.js
CommitLineData
2f01fe57 1/*
81bea17a 2 Copyright (c) 2004-2011, The Dojo Foundation All Rights Reserved.
2f01fe57
AD
3 Available via Academic Free License >= 2.1 OR the modified BSD license.
4 see: http://dojotoolkit.org/license for details
5*/
6
7
a089699c
AD
8if(!dojo._hasResource["dojo.jaxer"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
9dojo._hasResource["dojo.jaxer"] = true;
2f01fe57 10dojo.provide("dojo.jaxer");
a089699c 11
81bea17a 12
a089699c
AD
13if(typeof print == "function"){
14 console.debug = Jaxer.Log.debug;
15 console.warn = Jaxer.Log.warn;
16 console.error = Jaxer.Log.error;
17 console.info = Jaxer.Log.info;
18 console.log = Jaxer.Log.warn;
2f01fe57 19}
a089699c
AD
20
21onserverload = dojo._loadInit;
22
2f01fe57 23}