mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Make sure controlGroup is loaded after checkboxradio (via order plugin)
This commit is contained in:
parent
5158cbf4ce
commit
2a2ebfa55a
1 changed files with 2 additions and 2 deletions
|
|
@ -13,8 +13,8 @@
|
|||
<script>
|
||||
$.testHelper.asyncLoad([
|
||||
[
|
||||
"jquery.mobile.controlGroup",
|
||||
"jquery.mobile.forms.checkboxradio",
|
||||
"order!jquery.mobile.forms.checkboxradio",
|
||||
"order!jquery.mobile.controlGroup",
|
||||
"jquery.mobile.fieldContain",
|
||||
"jquery.mobile.page.sections"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue