blob: c228c473775ef9a5e2a0e5981db3651bd4ccc4e1 (
plain)
1
2
3
4
5
6
7
8
9
|
//>>built
define("dojox/main", ["dojo/_base/kernel"], function(dojo) {
// module:
// dojox/main
// summary:
// The dojox package main module; dojox package is somewhat unusual in that the main module currently just provides an empty object.
return dojo.dojox;
});
|