File tree Expand file tree Collapse file tree 3 files changed +26
-26
lines changed
Expand file tree Collapse file tree 3 files changed +26
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 " />
5+ < title > jQuery Mobile Navigate Method Test Suite</ title >
6+
7+ < script src ="../../../../external/requirejs/require.js "> </ script >
8+ < script src ="../../../../js/jquery.tag.inserter.js "> </ script >
9+ < script src ="../../../../tests/jquery.testHelper.js "> </ script >
10+ < script src ="../../../../external/qunit.js "> </ script >
11+ < link rel ="stylesheet " href ="../../../../../external/qunit.css "/>
12+ < script >
13+ $ . testHelper . asyncLoad ( [
14+ [
15+ "navigation/event" ,
16+ "navigation/method"
17+ ] ,
18+ [ "method_core.js" ]
19+ ] , "../../../../js" ) ;
20+ </ script >
21+ < script src ="../swarminject.js "> </ script >
22+ </ head >
23+ < body >
24+ < div id ="qunit "> </ div >
25+ </ body >
26+ </ html >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments