Skip to content

Commit

Permalink
Proper set for clickActions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wrynearson committed Jul 14, 2011
1 parent 7a0cba1 commit 26b53f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/mm/interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ wax.mm.interaction = function(map, tilejson, options) {
} else if (e.type === 'touchstart' && e.touches.length === 1) {

// turn this into touch-mode. Fallback to teaser and full.
this.clickAction = ['full', 'teaser'];
clickAction = ['full', 'teaser'];

// Don't make the user click close if they hit another tooltip
if (callbacks._currentTooltip) {
Expand Down

0 comments on commit 26b53f3

Please sign in to comment.