diff options
Diffstat (limited to 'includes/js/dojox/crypto/Blowfish.js')
-rw-r--r-- | includes/js/dojox/crypto/Blowfish.js | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/js/dojox/crypto/Blowfish.js b/includes/js/dojox/crypto/Blowfish.js deleted file mode 100644 index a317887..0000000 --- a/includes/js/dojox/crypto/Blowfish.js +++ /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; - -} |