Skip to content

Commit

Permalink
bringing that setting back. it'll be removed by master.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Jun 30, 2011
1 parent f0854c7 commit 25d6438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.navigation.js
Expand Up @@ -1031,7 +1031,7 @@
});

// click routing - direct to HTTP or Ajax, accordingly
$( document ).bind( "click", function( event ) {
$( document ).bind( $.mobile.useFastClick ? "vclick" : "click", function( event ) {
var link = findClosestLink( event.target );
if ( !link ) {
return;
Expand Down

0 comments on commit 25d6438

Please sign in to comment.