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).
|
File size:
279 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/lang", |
---|
3 | "dojo/_base/sniff" |
---|
4 | ], function(lang, has){ |
---|
5 | var dm = lang.getObject("dojox.mobile", true); |
---|
6 | if(!has("webkit")){ |
---|
7 | var s = "dojox/mobile/_compat"; // assign to a variable so as not to be picked up by the build tool |
---|
8 | require([s]); |
---|
9 | } |
---|
10 | return dm; |
---|
11 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.