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 | |
---|---|
File size: 236 bytes |
Line | |
---|---|
1 | dojo.provide("dojox.string.tests.BidiEngine.module"); |
2 | |
3 | try{ |
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.