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