"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
This commit is contained in:
Éric Lemoine
2009-03-10 15:31:46 +00:00
parent 5b4746aca6
commit 4a4cc13e86

View File

@@ -88,7 +88,7 @@
controls = {
"single": new OpenLayers.Control.Click({
hanlerOptions: {
handlerOptions: {
"single": true
}
}),