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.
10 lines
327 B
10 lines
327 B
define([ |
|
'./request/handlers', |
|
'./request/registry', |
|
'dojo/has!host-browser?./request/util', |
|
'dojo/has!host-browser?./request/xhr', |
|
'dojo/has!host-browser?./request/iframe', |
|
'dojo/has!host-browser?./request/script', |
|
'dojo/has!host-browser?./request/notify', |
|
'intern/dojo/has!host-node?./request/node' |
|
], function(){});
|
|
|