Skip to content

Commit 597caf6

Browse files
committed
navigate event depends on hashchange for older browsers
1 parent 32126cb commit 597caf6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

js/events/navigate.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
//>>group: Events
55

66
// TODO break out pushstate support test so we don't depend on the whole thing
7-
define([ "jquery", "./../jquery.mobile.ns", "./../jquery.mobile.support" ], function( jQuery ) {
7+
define([
8+
"jquery",
9+
"../jquery.hashchange.js",
10+
"./../jquery.mobile.ns",
11+
"./../jquery.mobile.support" ], function( jQuery ) {
812
//>>excludeEnd("jqmBuildExclude");
913

1014
(function( $, undefined ) {

0 commit comments

Comments
 (0)