source:
Dev/trunk/src/client/dojox/mvc.js
@
513
Last change on this file since 513 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
|
|
File size: 260 bytes |
Line | |
---|---|
1 | define(["./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.