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

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

Added Dojo 1.9.3 release.

File size: 158 bytes
RevLine 
[483]1dojo.provide("dojox.wire.tests.module");
2
3try{
4        dojo.require("dojox.wire.tests.wire");
5        dojo.require("dojox.wire.tests.wireml");
6}catch(e){
7        doh.debug(e);
8}
9
Note: See TracBrowser for help on using the repository browser.