mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
conceding defeat on determining the load order issue that's causing the test failure
This commit is contained in:
parent
4650f57222
commit
6b0d9dd2d0
1 changed files with 2 additions and 12 deletions
|
|
@ -9,18 +9,8 @@
|
|||
<script src="../jquery.setNameSpace.js"></script>
|
||||
<script src="../../../tests/jquery.testHelper.js"></script>
|
||||
<script src="../../../external/qunit.js"></script>
|
||||
<script src="../../../external/requirejs/require.js"></script>
|
||||
<script>
|
||||
$.testHelper.asyncLoad([
|
||||
[
|
||||
"jquery.mobile.forms.select",
|
||||
"jquery.mobile.forms.select.custom"
|
||||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[ "select_cached.js" ]
|
||||
]);
|
||||
</script>
|
||||
|
||||
<script type="text/javascript" src="../../../js"></script>
|
||||
<script type="text/javascript" src="select_cached.js"></script>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/"/>
|
||||
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue