source: Dev/branches/rest-dojo-ui/client/dojox/mvc.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).

  • Property svn:executable set to *
File size: 144 bytes
Line 
1define(["./mvc/_base"], function(dxmvc){
2        // module:
3        //              dojox/mvc
4        // summary:
5        //              Adds elements of MVC support to Dojo.
6
7        return dxmvc;
8});
Note: See TracBrowser for help on using the repository browser.