source: Dev/trunk/src/client/dojox/string/tests/BidiEngine/module.js

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

Added Dojo 1.9.3 release.

File size: 236 bytes
Line 
1dojo.provide("dojox.string.tests.BidiEngine.module");
2
3try{
4        dojo.require("dojox.string.tests.BidiEngine.BidiEngineTest");
5       
6        dojo.require("dojox.string.tests.BidiEngine.BidiEngineTestLayouts");
7
8}catch(e){
9     doh.debug(e);
10}
Note: See TracBrowser for help on using the repository browser.