source: Dev/trunk/src/client/dojox/highlight/tests/module.js @ 533

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

Added Dojo 1.9.3 release.

File size: 215 bytes
Line 
1dojo.provide("dojox.highlight.tests.module");
2//This file loads in all the test definitions.
3
4try{
5        //Load in the highlight module test.
6        dojo.require("dojox.highlight.tests.highlight");
7}catch(e){
8        doh.debug(e);
9}
Note: See TracBrowser for help on using the repository browser.