source: Dev/trunk/src/client/dojox/string/tests/string.js @ 523

Last change on this file since 523 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 202 bytes
Line 
1dojo.provide("dojox.string.tests.string");
2
3try{
4        dojo.require("dojox.string.tests.Builder");
5        dojo.require("dojox.string.tests.sprintf");
6        dojo.require("dojox.string.tests.BidiComplex");
7} catch(e){ }
Note: See TracBrowser for help on using the repository browser.