source: Dev/trunk/src/client/dijit/dijit.js @ 532

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

Added Dojo 1.9.3 release.

File size: 524 bytes
RevLine 
[483]1define([
2        "./main",
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
16        /*=====
17        return {
18                // summary:
19                //              A roll-up for common dijit methods
20                //              All the stuff in _base (these are the function that are guaranteed available without an explicit dojo.require)
21                //              And some other stuff that we tend to pull in all the time anyway
22        };
23        =====*/
24
25        return dijit;
26});
Note: See TracBrowser for help on using the repository browser.