source:
Dev/trunk/src/client/dojox/highlight/tests/module.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 215 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | dojo.provide("dojox.highlight.tests.module"); |
2 | //This file loads in all the test definitions. | |
3 | ||
4 | try{ | |
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.