aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/encoding/tests/encoding.js
blob: 9d492cd8c28baabeb3474d31f4433baf3cfecce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if(!dojo._hasResource["dojox.encoding.tests.encoding"]){ //_hasResource checks added by build. Do not use _hasResource directly in your code.
dojo._hasResource["dojox.encoding.tests.encoding"] = true;
dojo.provide("dojox.encoding.tests.encoding");

try{
	dojo.require("dojox.encoding.tests.ascii85");
	dojo.require("dojox.encoding.tests.easy64");
	dojo.require("dojox.encoding.tests.bits");
}catch(e){
	doh.debug(e);
}

}