Rev | Line | |
---|
[483] | 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.