update select cached tests to use async

This commit is contained in:
John Bender 2012-01-04 11:10:04 -08:00 committed by scottjehl
parent 9747f2ce87
commit 3890539f8f

View file

@ -7,10 +7,19 @@
<script src="../../../js/jquery.js"></script>
<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_cached.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>
<link rel="stylesheet" href="../../../css/themes/default/"/>
<link rel="stylesheet" href="../../../external/qunit.css"/>