From 26b53f3a50664806aa0461e32be594f8cddfd355 Mon Sep 17 00:00:00 2001 From: Will White Date: Thu, 14 Jul 2011 15:52:57 -0400 Subject: [PATCH] Proper set for clickActions. --- control/mm/interaction.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control/mm/interaction.js b/control/mm/interaction.js index e4967426..34a0ff55 100644 --- a/control/mm/interaction.js +++ b/control/mm/interaction.js @@ -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) {