"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:
@@ -88,7 +88,7 @@
|
|||||||
|
|
||||||
controls = {
|
controls = {
|
||||||
"single": new OpenLayers.Control.Click({
|
"single": new OpenLayers.Control.Click({
|
||||||
hanlerOptions: {
|
handlerOptions: {
|
||||||
"single": true
|
"single": true
|
||||||
}
|
}
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user