mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-20 14:20:59 +00:00
Minimized imported resources
This commit is contained in:
parent
c96c43a439
commit
cc9b7cf72f
3 changed files with 3 additions and 7 deletions
|
|
@ -14,9 +14,7 @@
|
|||
$.testHelper.asyncLoad([
|
||||
[
|
||||
"order!jquery.mobile.forms.checkboxradio",
|
||||
"order!jquery.mobile.controlGroup",
|
||||
"jquery.mobile.fieldContain",
|
||||
"jquery.mobile.page.sections"
|
||||
"order!jquery.mobile.controlGroup"
|
||||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@
|
|||
<script>
|
||||
$.testHelper.asyncLoad([
|
||||
[
|
||||
"jquery.mobile.fieldContain",
|
||||
"jquery.mobile.page.sections"
|
||||
"jquery.mobile.fieldContain"
|
||||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@
|
|||
<script>
|
||||
$.testHelper.asyncLoad([
|
||||
[
|
||||
"jquery.mobile.navbar",
|
||||
"jquery.mobile.page.sections"
|
||||
"jquery.mobile.navbar"
|
||||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
|
|
|
|||
Loading…
Reference in a new issue