Minimized imported resources

This commit is contained in:
Ghislain Seguin 2011-12-21 14:35:14 -08:00 committed by scottjehl
parent c96c43a439
commit cc9b7cf72f
3 changed files with 3 additions and 7 deletions

View file

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

View file

@ -13,8 +13,7 @@
<script>
$.testHelper.asyncLoad([
[
"jquery.mobile.fieldContain",
"jquery.mobile.page.sections"
"jquery.mobile.fieldContain"
],
[ "jquery.mobile.init" ],
[

View file

@ -13,8 +13,7 @@
<script>
$.testHelper.asyncLoad([
[
"jquery.mobile.navbar",
"jquery.mobile.page.sections"
"jquery.mobile.navbar"
],
[ "jquery.mobile.init" ],
[