source: Dev/trunk/src/client/dojox/mvc.js @ 524

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

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 260 bytes
Line 
1define(["./mvc/_base"], function(dxmvc){
2        // module:
3        //              dojox/mvc
4
5        /*=====
6         return {
7         // summary:
8         //             Deprecated.  Should require dojox/mvc modules directly rather than trying to access them through
9         //             this module.
10         };
11         =====*/
12
13        return dxmvc;
14});
Note: See TracBrowser for help on using the repository browser.