source: Dev/branches/rest-dojo-ui/client/dijit/dijit.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 482 bytes
RevLine 
[256]1define([
2        ".",
3        "./_base",
4        "dojo/parser",
5        "./_Widget",
6        "./_TemplatedMixin",
7        "./_Container",
8        "./layout/_LayoutWidget",
9        "./form/_FormWidget",
10        "./form/_FormValueWidget"
11], function(dijit){
12
13        // module:
14        //              dijit/dijit
15        // summary:
16        //              A roll-up for common dijit methods
17        //              All the stuff in _base (these are the function that are guaranteed available without an explicit dojo.require)
18        //              And some other stuff that we tend to pull in all the time anyway
19
20        return dijit;
21});
Note: See TracBrowser for help on using the repository browser.