]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/crypto/Blowfish.js
Replace Dojo with jQuery
[eow] / static / dojo-release-1.1.1 / dojox / crypto / Blowfish.js
diff --git a/static/dojo-release-1.1.1/dojox/crypto/Blowfish.js b/static/dojo-release-1.1.1/dojox/crypto/Blowfish.js
deleted file mode 100644 (file)
index a317887..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-if(!dojo._hasResource["dojox.crypto.Blowfish"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
-dojo._hasResource["dojox.crypto.Blowfish"] = true;
-dojo.provide("dojox.crypto.Blowfish");
-dojo.require("dojox.encoding.crypto.Blowfish");
-
-dojo.deprecated("dojox.crypto.Blowfish", "DojoX cryptography has been merged into DojoX Encoding. To use Blowfish, include dojox.encoding.crypto.Blowfish.", "1.2");
-
-dojox.crypto.Blowfish=dojox.encoding.crypto.Blowfish;
-
-}