Fixed checkboxradio tests

This commit is contained in:
Ghislain Seguin 2011-12-28 14:08:18 -08:00 committed by scottjehl
parent 4b92928e69
commit 6f61f4e7fc

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>