Fixed checkboxradio tests

This commit is contained in:
Ghislain Seguin 2011-12-28 14:08:18 -08:00
parent be0794dfd8
commit c5415307ba

View file

@ -14,11 +14,12 @@
$.testHelper.asyncLoad([
[
"jquery.mobile.forms.checkboxradio",
"jquery.mobile.page" // Needed by the test suite
],
[ "jquery.mobile.init" ],
[
"checkboxradio_core.js"
]
],
[ "jquery.mobile.init" ]
]);
</script>