]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojo/jaxer.js
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojo / jaxer.js
diff --git a/static/dojo-release-1.1.1/dojo/jaxer.js b/static/dojo-release-1.1.1/dojo/jaxer.js
new file mode 100644 (file)
index 0000000..d26e13f
--- /dev/null
@@ -0,0 +1,15 @@
+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;
+
+}