]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/encoding/tests/encoding.js
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojox / encoding / tests / encoding.js
diff --git a/static/dojo-release-1.1.1/dojox/encoding/tests/encoding.js b/static/dojo-release-1.1.1/dojox/encoding/tests/encoding.js
deleted file mode 100644 (file)
index 9d492cd..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-if(!dojo._hasResource["dojox.encoding.tests.encoding"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
-dojo._hasResource["dojox.encoding.tests.encoding"] = true;
-dojo.provide("dojox.encoding.tests.encoding");
-
-try{
-       dojo.require("dojox.encoding.tests.ascii85");
-       dojo.require("dojox.encoding.tests.easy64");
-       dojo.require("dojox.encoding.tests.bits");
-}catch(e){
-       doh.debug(e);
-}
-
-}