Skip to content

Commit dea9e89

Browse files
committed
use correct dep declaration for hashchange
1 parent 597caf6 commit dea9e89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/events/navigate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// TODO break out pushstate support test so we don't depend on the whole thing
77
define([
88
"jquery",
9-
"../jquery.hashchange.js",
9+
"depend!../jquery.hashchange[jquery]",
1010
"./../jquery.mobile.ns",
1111
"./../jquery.mobile.support" ], function( jQuery ) {
1212
//>>excludeEnd("jqmBuildExclude");

0 commit comments

Comments
 (0)