source:
Dev/trunk/src/client/dojox/mobile/app.js
@
532
Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
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.