]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojox/crypto/_base.js
Comment class stub
[eow] / static / dojo-release-1.1.1 / dojox / crypto / _base.js
1 if(!dojo._hasResource["dojox.crypto._base"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
2 dojo._hasResource["dojox.crypto._base"] = true;
3 dojo.provide("dojox.crypto._base");
4
5 dojo.require("dojox.encoding.crypto._base");
6 dojo.require("dojox.encoding.digests._base");
7
8 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");
9
10 //      unfortunately there's no way of pointing at two files with an alias, particularly 
11 //      when both have similarly named things; but we'll try anyways.
12 dojox.crypto._base=dojo.mixin(dojox.encoding.crypto._base, dojox.encoding.digests._base);
13
14 }