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:
757 bytes
|
Line | |
---|
1 | dojo.provide("dojox.wire.tests.wireml"); |
---|
2 | |
---|
3 | try{ |
---|
4 | if(dojo.isBrowser){ |
---|
5 | doh.registerUrl("dojox.wire.tests.ml.Action", dojo.moduleUrl("dojox", "wire/tests/markup/Action.html")); |
---|
6 | doh.registerUrl("dojox.wire.tests.ml.Transfer", dojo.moduleUrl("dojox", "wire/tests/markup/Transfer.html")); |
---|
7 | doh.registerUrl("dojox.wire.tests.ml.Invocation", dojo.moduleUrl("dojox", "wire/tests/markup/Invocation.html")); |
---|
8 | doh.registerUrl("dojox.wire.tests.ml.Data", dojo.moduleUrl("dojox", "wire/tests/markup/Data.html")); |
---|
9 | doh.registerUrl("dojox.wire.tests.ml.DataStore", dojo.moduleUrl("dojox", "wire/tests/markup/DataStore.html")); |
---|
10 | doh.registerUrl("dojox.wire.tests.ml.Service", dojo.moduleUrl("dojox", "wire/tests/markup/Service.html")); |
---|
11 | } |
---|
12 | }catch(e){ |
---|
13 | doh.debug(e); |
---|
14 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.