SemanticScuttle/includes/js/dojox/string/tests/string.js

11 lines
349 B
JavaScript
Raw Normal View History

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){ }
}