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

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

Added Dojo 1.9.3 release.

  • Property svn:executable set to *
File size: 326 bytes
Line 
1define([
2        ".",
3        "dojo/_base/lang",
4        "dojox/mobile/_base"
5], function(dojox, lang, base){
6        lang.getObject("mobile", true, dojox);
7        /*=====
8        return {
9                // summary:
10                //              Deprecated.  Should require dojox/mobile classes directly rather than trying to access them through
11                //              this module.
12        };
13        =====*/
14        return dojox.mobile;
15});
Note: See TracBrowser for help on using the repository browser.