mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 00:54:43 +00:00
Fixed checkboxradio tests
This commit is contained in:
parent
4b92928e69
commit
6f61f4e7fc
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue