source:
Dev/trunk/src/client/dojox/mobile/app.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
|
|
File size: 177 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define([ |
2 | "./app/_base" | |
3 | ], function(appBase){ | |
4 | ||
5 | /*===== | |
6 | return { | |
7 | // summary: | |
8 | // Loads dojox/mobile/app/_base. | |
9 | // tags: | |
10 | // private | |
11 | }; | |
12 | =====*/ | |
13 | return appBase; | |
14 | }); |
Note: See TracBrowser
for help on using the repository browser.