source: Dev/branches/rest-dojo-ui/client/dojox/mobile.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

  • Property svn:executable set to *
File size: 155 bytes
Line 
1define([
2        ".",
3        "dojo/_base/lang",
4        "dojox/mobile/_base"
5], function(dojox, lang, base){
6        lang.getObject("mobile", true, dojox);
7        return dojox.mobile;
8});
Note: See TracBrowser for help on using the repository browser.