We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2414b commit a39b790Copy full SHA for a39b790
dojox/mobile/cross-browser-support.rst
@@ -18,7 +18,7 @@ As of Dojo 1.7, with AMD loading you can now simply require dojox/mobile/compat
18
19
.. js ::
20
21
- require(["dojo/mobile", "dojo/mobile/compat"], function(mobile, compat){
+ require(["dojox/mobile", "dojox/mobile/compat"], function(mobile, compat){
22
// Do something with dojo mobile...
23
});
24
0 commit comments