mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Ensure module paths are relative
This commit is contained in:
parent
02c45dfe19
commit
b15815d5d8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
|||
//>>description: jQuery Mobile documentation JS
|
||||
//>>label: Docs
|
||||
|
||||
define( [ "order!jquery.mobile", "order!../docs/_assets/js/jqm-docs" ] );
|
||||
define( [ "./order!./jquery.mobile", "./order!../docs/_assets/js/jqm-docs" ] );
|
||||
//>>excludeEnd("jqmBuildExclude");
|
||||
|
|
|
|||
Loading…
Reference in a new issue