polardbxengine/storage/ndb/mcc/frontend/dojo/dojox/main.js.uncompressed.js

14 lines
397 B
JavaScript

define("dojox/main", ["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;
});