Skip to content

Commit 9bc449c

Browse files
committed
Coding standards
1 parent b314701 commit 9bc449c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.mobile.navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@
884884
}
885885

886886
// Set the location hash.
887-
if( settings.changeHash !== false && url && path.stripHash(location.hash) != url ) {
887+
if( settings.changeHash !== false && url && path.stripHash( location.hashi ) != url ) {
888888
//disable hash listening temporarily
889889
urlHistory.ignoreNextHashChange = true;
890890
//update hash and history

0 commit comments

Comments
 (0)