webui-aria2/js/libs/dojox/main.js.uncompressed.js
2012-05-01 19:52:07 +08:00

9 lines
271 B
JavaScript

//>>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;
});