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

try{
	dojo.require("dojox.string.tests.Builder");
	dojo.require("dojox.string.tests.sprintf");
} catch(e){ }

}