mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 12:24:46 +00:00
stubbed define in nav tests
This commit is contained in:
parent
9c7e1b755f
commit
81d1f6f282
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