Fixed social links at top of pages
[beagleboard.org.git] / static / dojo / jaxer.js
blob1f514aba1349b26b2adcc606aa79431393c92b20
1 /*
2         Copyright (c) 2004-2008, The Dojo Foundation All Rights Reserved.
3         Available via Academic Free License >= 2.1 OR the modified BSD license.
4         see: http://dojotoolkit.org/license for details
5 */
8 if(!dojo._hasResource["dojo.jaxer"]){
9 dojo._hasResource["dojo.jaxer"]=true;
10 dojo.provide("dojo.jaxer");
11 if(typeof print=="function"){
12 console.debug=Jaxer.Log.debug;
13 console.warn=Jaxer.Log.warn;
14 console.error=Jaxer.Log.error;
15 console.info=Jaxer.Log.info;
16 console.log=Jaxer.Log.warn;
18 onserverload=dojo._loadInit;