mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 17:34:45 +00:00
stubbed define in nav tests
This commit is contained in:
parent
3d62715b3c
commit
6795eb37c9
2 changed files with 3 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
|||
|
||||
<script type="text/javascript" src="navigation_transitions.js"></script>
|
||||
<script type="text/javascript" src="navigation_helpers.js"></script>
|
||||
<script type="text/javascript" src="navigation_paths.js"></script>
|
||||
<script type="text/javascript" src="navigation_core.js"></script>
|
||||
<script type="text/javascript" src="navigation_paths.js"></script>
|
||||
<script src="../swarminject.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
|
|
@ -37,9 +37,10 @@
|
|||
|
||||
// force the page reset for all pushstate tests
|
||||
if ( $.support.pushState ) {
|
||||
pageReset( home );
|
||||
pageReset( homeWithSearch );
|
||||
}
|
||||
|
||||
|
||||
$.mobile.urlHistory.stack = [];
|
||||
$.mobile.urlHistory.activeIndex = 0;
|
||||
$.Event.prototype.which = undefined;
|
||||
|
|
|
|||
Loading…
Reference in a new issue