dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
57 lines (56 loc) • 1.44 kB
JavaScript
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);
}
});