X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=static%2Fdojo-release-1.1.1%2Fdojox%2Fcrypto%2F_base.js;fp=static%2Fdojo-release-1.1.1%2Fdojox%2Fcrypto%2F_base.js;h=0000000000000000000000000000000000000000;hp=152dd022b556b3039162a2d15bdc612678823aa9;hb=7beca26e6ea91745cd397ad69ac6e26bb934e683;hpb=bed7f6f60f166f71b2e3a98bb8d1e67c3e501909 diff --git a/static/dojo-release-1.1.1/dojox/crypto/_base.js b/static/dojo-release-1.1.1/dojox/crypto/_base.js deleted file mode 100644 index 152dd02..0000000 --- a/static/dojo-release-1.1.1/dojox/crypto/_base.js +++ /dev/null @@ -1,14 +0,0 @@ -if(!dojo._hasResource["dojox.crypto._base"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dojox.crypto._base"] = true; -dojo.provide("dojox.crypto._base"); - -dojo.require("dojox.encoding.crypto._base"); -dojo.require("dojox.encoding.digests._base"); - -dojo.deprecated("dojox.crypto._base", "DojoX cryptography has been merged into DojoX Encoding. To use, include dojox.encoding.digests and/or dojox.encoding.crypto.", "1.2"); - -// unfortunately there's no way of pointing at two files with an alias, particularly -// when both have similarly named things; but we'll try anyways. -dojox.crypto._base=dojo.mixin(dojox.encoding.crypto._base, dojox.encoding.digests._base); - -}