From 4a4cc13e8699a8ff0d2bff3e2207697c89c88b53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Tue, 10 Mar 2009 15:31:46 +0000 Subject: [PATCH] "hanlerOptions" should be "handlerOptions" in the options passed to the Haldler.Click ctor, thanks to Erwin Poeze for catching this, no funtional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@8986 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/click-handler.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/click-handler.html b/examples/click-handler.html index 7ba807f6c2..a4553e6cb0 100644 --- a/examples/click-handler.html +++ b/examples/click-handler.html @@ -88,7 +88,7 @@ controls = { "single": new OpenLayers.Control.Click({ - hanlerOptions: { + handlerOptions: { "single": true } }),