diff options
Diffstat (limited to 'includes/js/dojox/encoding/tests/crypto/_base.js')
-rw-r--r-- | includes/js/dojox/encoding/tests/crypto/_base.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/includes/js/dojox/encoding/tests/crypto/_base.js b/includes/js/dojox/encoding/tests/crypto/_base.js deleted file mode 100644 index 24dc044..0000000 --- a/includes/js/dojox/encoding/tests/crypto/_base.js +++ /dev/null @@ -1,12 +0,0 @@ -if(!dojo._hasResource["dojox.encoding.tests.crypto._base"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code. -dojo._hasResource["dojox.encoding.tests.crypto._base"] = true; -dojo.provide("dojox.encoding.tests.crypto._base"); -dojo.require("dojox.encoding.crypto.Blowfish"); - -try{ - dojo.require("dojox.encoding.tests.crypto.Blowfish"); -}catch(e){ - doh.debug(e); -} - -} |