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.
14 lines
383 B
14 lines
383 B
define(["dojo/_base/kernel"], function(dojo) { |
|
// module: |
|
// dojox/main |
|
|
|
/*===== |
|
return { |
|
// summary: |
|
// The dojox package main module; dojox package is somewhat unusual in that the main module currently just provides an empty object. |
|
// Apps should require modules from the dojox packages directly, rather than loading this module. |
|
}; |
|
=====*/ |
|
|
|
return dojo.dojox; |
|
}); |