]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojo/jaxer.js
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojo / jaxer.js
1 if(!dojo._hasResource["dojo.jaxer"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
2 dojo._hasResource["dojo.jaxer"] = true;
3 dojo.provide("dojo.jaxer");
4
5 if(typeof print == "function"){
6         console.debug = Jaxer.Log.debug;
7         console.warn = Jaxer.Log.warn;
8         console.error = Jaxer.Log.error;
9         console.info = Jaxer.Log.info;
10         console.log = Jaxer.Log.warn;
11 }
12
13 onserverload = dojo._loadInit;
14
15 }