UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

10 lines (9 loc) 309 B
define(["build/buildControlDefault"], function(bc){ // module: // dojox/app/build/buildControlApp // summary: // This module extend default build control module to add dojox/app build support // enhance buildControl bc.discoveryProcs.splice(0, 0, "dojox/app/build/discoverAppConfig"); return bc; });