Make sure controlGroup is loaded after checkboxradio (via order plugin)

This commit is contained in:
Ghislain Seguin 2011-12-21 11:09:18 -08:00
parent 5158cbf4ce
commit 2a2ebfa55a

View file

@ -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"
],