Project

General

Profile

Download (512 Bytes) Statistics
| Branch: | Revision:
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
*/
6

    
7

    
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;
17
}
18
onserverload=dojo._loadInit;
19
}
(20-20/26)