mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-11 18:01:01 +00:00
alter select index tests to use async load
This commit is contained in:
parent
34dcbe2aa7
commit
399026e225
1 changed files with 15 additions and 5 deletions
|
|
@ -9,11 +9,21 @@
|
|||
<script src="../jquery.setNameSpace.js"></script>
|
||||
<script src="../../../external/qunit.js"></script>
|
||||
<script src="../../../tests/jquery.testHelper.js"></script>
|
||||
<script src="../../../js/"></script>
|
||||
<script src="select_events.js"></script>
|
||||
<script src="select_native.js"></script>
|
||||
<script src="select_cached.js"></script>
|
||||
<script src="select_core.js"></script>
|
||||
<script src="../../../external/require.js"></script>
|
||||
<script>
|
||||
$.testHelper.asyncLoad({
|
||||
libs: [
|
||||
"jquery.mobile.forms.select",
|
||||
"jquery.mobile.forms.select.custom"
|
||||
],
|
||||
testLibs: [
|
||||
"select_events",
|
||||
"select_native",
|
||||
"select_cached",
|
||||
"select_core"
|
||||
]
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="../../../css/themes/default/"/>
|
||||
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue