]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojox/crypto/_base.js
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojox / crypto / _base.js
diff --git a/static/dojo-release-1.1.1/dojox/crypto/_base.js b/static/dojo-release-1.1.1/dojox/crypto/_base.js
new file mode 100644 (file)
index 0000000..152dd02
--- /dev/null
@@ -0,0 +1,14 @@
+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);
+
+}