Skip to content

Commit

Permalink
Potential fix for bad clicking browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
skinkie committed Feb 6, 2012
1 parent a331bb3 commit 595116b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/scripts/openstreetmap.js
Expand Up @@ -16,8 +16,8 @@ function init() {
defaultHandlerOptions: {
'single': true,
'double': false,
'pixelTolerance': 0,
'stopSingle': false,
'pixelTolerance': 4,
'stopSingle': true,
'stopDouble': false
},

Expand Down

0 comments on commit 595116b

Please sign in to comment.