From fde7c5cc76e64c1418306df7fcb20a2701004a24 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 15 Jan 2013 13:41:26 +0100 Subject: [PATCH] After #829 fallThrough needs to be true for this test --- tests/Handler/Pinch.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Handler/Pinch.html b/tests/Handler/Pinch.html index 4686447dbf..c4883dfc67 100644 --- a/tests/Handler/Pinch.html +++ b/tests/Handler/Pinch.html @@ -97,7 +97,7 @@ function test_callbacks(t) { t.plan(32); - var map = new OpenLayers.Map('map', {controls: []}); + var map = new OpenLayers.Map('map', {controls: [], fallThrough: true}); var control = new OpenLayers.Control(); map.addControl(control);