You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.4 KiB
56 lines
1.4 KiB
define([ |
|
"doh/runner", |
|
"dojo/sniff", |
|
"require", |
|
"./accordion/module", |
|
"./badge/module", |
|
"./bidi/module", |
|
"./button/module", |
|
"./carousel/module", |
|
"./checkbox/module", |
|
"./combobox/module", |
|
"./contentpane/module", |
|
"./edgetoedgecategory/module", |
|
"./edgetoedgedatalist/module", |
|
"./edgetoedgelist/module", |
|
"./edgetoedgestorelist/module", |
|
"./expandingtextarea/module", |
|
"./filteredlistmixin/module", |
|
"./fixedbars/module", |
|
"./fixedsplitter/module", |
|
"./heading/module", |
|
"./iconcontainer/module", |
|
"./iconmenu/module", |
|
"./listitem/module", |
|
"./longlistmixin/module", |
|
"./opener/module", |
|
"./pageindicator/module", |
|
"./progressindicator/module", |
|
"./radiobutton/module", |
|
"./roundrect/module", |
|
"./roundrectdatalist/module", |
|
"./roundrectlist/module", |
|
"./roundrectstorelist/module", |
|
"./scrollablepane/module", |
|
"./slider/module", |
|
"./spinwheel/module", |
|
"./spinwheeldatepicker/module", |
|
"./swapview/module", |
|
"./switch/module", |
|
"./tabbar/module", |
|
"./templating/module", |
|
"./textarea/module", |
|
"./textbox/module", |
|
"./toolbarbutton/module", |
|
"./transition/module", |
|
"./valuepickerdatepicker/module", |
|
"./valuepickertimepicker/module", |
|
"./view/module" |
|
], function(doh, has, require){ |
|
try{ |
|
doh.registerUrl("dojox.mobile.tests.doh.URLProperty", require.toUrl("./TestURLProp.html"),999999); |
|
doh.registerUrl("dojox.mobile.tests.doh.URLProperty", require.toUrl("./TestURLProp2.html"),999999); |
|
}catch(e){ |
|
doh.debug(e); |
|
} |
|
});
|
|
|