mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-09 15:14:44 +00:00
update checkboxradio tests to use amd
This commit is contained in:
parent
eb2cb510ac
commit
3580f2cc70
1 changed files with 13 additions and 4 deletions
|
|
@ -7,14 +7,23 @@
|
||||||
|
|
||||||
<script src="../../../js/jquery.js"></script>
|
<script src="../../../js/jquery.js"></script>
|
||||||
<script src="../jquery.setNameSpace.js"></script>
|
<script src="../jquery.setNameSpace.js"></script>
|
||||||
<script src="../../../js/"></script>
|
|
||||||
<script src="../../../tests/jquery.testHelper.js"></script>
|
<script src="../../../tests/jquery.testHelper.js"></script>
|
||||||
|
<script src="../../../external/qunit.js"></script>
|
||||||
|
<script src="../../../external/require.js"></script>
|
||||||
|
<script>
|
||||||
|
$.testHelper.asyncLoad([
|
||||||
|
[
|
||||||
|
"jquery.mobile.forms.checkboxradio",
|
||||||
|
],
|
||||||
|
[ "jquery.mobile.init" ],
|
||||||
|
[
|
||||||
|
"checkboxradio_core"
|
||||||
|
]
|
||||||
|
]);
|
||||||
|
</script>
|
||||||
|
|
||||||
<link rel="stylesheet" href="../../../css/themes/default/"/>
|
<link rel="stylesheet" href="../../../css/themes/default/"/>
|
||||||
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
||||||
<script src="../../../external/qunit.js"></script>
|
|
||||||
|
|
||||||
<script src="checkboxradio_core.js"></script>
|
|
||||||
|
|
||||||
<script src="../swarminject.js"></script>
|
<script src="../swarminject.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue