mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-17 12:51:00 +00:00
AMDized
This commit is contained in:
parent
4f6e082875
commit
185ea02809
1 changed files with 15 additions and 3 deletions
|
|
@ -7,12 +7,24 @@
|
|||
|
||||
<script src="../../../js/jquery.js"></script>
|
||||
<script src="../jquery.setNameSpace.js"></script>
|
||||
<script src="../../../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.navbar",
|
||||
"jquery.mobile.page.sections"
|
||||
],
|
||||
[ "jquery.mobile.init" ],
|
||||
[
|
||||
"./navbar_core.js"
|
||||
]
|
||||
]);
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="../../../css/themes/default/"/>
|
||||
<link rel="stylesheet" href="../../../external/qunit.css"/>
|
||||
<script src="../../../external/qunit.js"></script>
|
||||
<script src="navbar_core.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="qunit-header">jQuery Mobile Navigation Test Suite</h1>
|
||||
|
|
|
|||
Loading…
Reference in a new issue