source: Dev/trunk/src/client/dojox/mobile/app.js @ 529

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

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 177 bytes
Line 
1define([
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.