Skip to content

Commit a39b790

Browse files
committed
Correct references to dojox/mobile
1 parent 7b2414b commit a39b790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojox/mobile/cross-browser-support.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ As of Dojo 1.7, with AMD loading you can now simply require dojox/mobile/compat
1818

1919
.. js ::
2020
21-
require(["dojo/mobile", "dojo/mobile/compat"], function(mobile, compat){
21+
require(["dojox/mobile", "dojox/mobile/compat"], function(mobile, compat){
2222
// Do something with dojo mobile...
2323
});
2424

0 commit comments

Comments
 (0)