summaryrefslogtreecommitdiff
path: root/lib/dojo/jaxer.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-14 18:59:10 +0400
committerAndrew Dolgov <[email protected]>2012-08-14 18:59:18 +0400
commit1354d17270961fff662d40f90521223f8fd0d73b (patch)
treee9266be71587e47c800303446e968a6d3565e2cf /lib/dojo/jaxer.js
parentd04f8c826f5283765f52cf6b98b42a1ed8f2d6bc (diff)
update dojo to 1.7.3
Diffstat (limited to 'lib/dojo/jaxer.js')
-rw-r--r--lib/dojo/jaxer.js19
1 files changed, 2 insertions, 17 deletions
diff --git a/lib/dojo/jaxer.js b/lib/dojo/jaxer.js
index 2ac115e18..835661dae 100644
--- a/lib/dojo/jaxer.js
+++ b/lib/dojo/jaxer.js
@@ -4,20 +4,5 @@
see: http://dojotoolkit.org/license for details
*/
-
-if(!dojo._hasResource["dojo.jaxer"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
-dojo._hasResource["dojo.jaxer"] = true;
-dojo.provide("dojo.jaxer");
-
-
-if(typeof print == "function"){
- console.debug = Jaxer.Log.debug;
- console.warn = Jaxer.Log.warn;
- console.error = Jaxer.Log.error;
- console.info = Jaxer.Log.info;
- console.log = Jaxer.Log.warn;
-}
-
-onserverload = dojo._loadInit;
-
-}
+//>>built
+define("dojo/jaxer",["./main"],function(_1){if(typeof print=="function"){console.debug=Jaxer.Log.debug;console.warn=Jaxer.Log.warn;console.error=Jaxer.Log.error;console.info=Jaxer.Log.info;console.log=Jaxer.Log.warn;}onserverload=_1._loadInit;return _1;}); \ No newline at end of file