aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/encoding/tests/crypto/_base.js
blob: 24dc04467941f8efc1bd477764618a40639eb636 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);
}

}