mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 09:04:43 +00:00
AMDized
This commit is contained in:
parent
0b22de3a70
commit
383c38f316
1 changed files with 15 additions and 6 deletions
|
|
@ -6,14 +6,23 @@
|
|||
<title>jQuery Mobile Textinput Test Suite</title>
|
||||
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
<script src="../jquery.setNameSpace.js"></script>
|
||||
<script src="../../jquery.testHelper.js"></script>
|
||||
<script src="../../../external/qunit.js"></script>
|
||||
<script src="../../../js/"></script>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/" />
|
||||
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
||||
<script src="../../../tests/jquery.testHelper.js"></script>
|
||||
<script src="../../../external/require.js"></script>
|
||||
<script>
|
||||
$.testHelper.asyncLoad([
|
||||
[
|
||||
"jquery.mobile.forms.textinput"
|
||||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
"textinput_core.js"
|
||||
]
|
||||
]);
|
||||
</script>
|
||||
|
||||
<script src="textinput_core.js"></script>
|
||||
<link rel="stylesheet" href="../../../css/themes/default/"/>
|
||||
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
||||
|
||||
<script src="../swarminject.js"></script>
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in a new issue