source: Dev/trunk/src/client/dojox/app/build/buildControlApp.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 309 bytes
Line 
1define(["build/buildControlDefault"], function(bc){
2        // module:
3        //              dojox/app/build/buildControlApp
4        // summary:
5        //              This module extend default build control module to add dojox/app build support
6        // enhance buildControl
7        bc.discoveryProcs.splice(0, 0, "dojox/app/build/discoverAppConfig");
8        return bc;
9});
Note: See TracBrowser for help on using the repository browser.