Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
572 bytes
|
Line | |
---|
1 | dojo.provide("dojox.wire.tests.wire"); |
---|
2 | |
---|
3 | try{ |
---|
4 | dojo.require("dojox.wire.tests.programmatic._base"); |
---|
5 | dojo.require("dojox.wire.tests.programmatic.Wire"); |
---|
6 | dojo.requireIf(dojo.isBrowser, "dojox.wire.tests.programmatic.DataWire"); |
---|
7 | dojo.requireIf(dojo.isBrowser, "dojox.wire.tests.programmatic.XmlWire"); |
---|
8 | dojo.require("dojox.wire.tests.programmatic.CompositeWire"); |
---|
9 | dojo.require("dojox.wire.tests.programmatic.TableAdapter"); |
---|
10 | dojo.require("dojox.wire.tests.programmatic.TreeAdapter"); |
---|
11 | dojo.require("dojox.wire.tests.programmatic.TextAdapter"); |
---|
12 | }catch(e){ |
---|
13 | doh.debug(e); |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.