conceding defeat on determining the load order issue that's causing the test failure

This commit is contained in:
John Bender 2012-01-06 13:21:50 -08:00
parent f60dd96178
commit cf611bc1c7

View file

@ -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"/>