diff --git a/lib/OpenLayers/Events/buttonclick.js b/lib/OpenLayers/Events/buttonclick.js index 1fddfb705e..1412833920 100644 --- a/lib/OpenLayers/Events/buttonclick.js +++ b/lib/OpenLayers/Events/buttonclick.js @@ -25,7 +25,7 @@ OpenLayers.Events.buttonclick = OpenLayers.Class({ /** - * APIProperty: target + * Property: target * {} The events instance that the buttonclick event will * be triggered on. */ @@ -141,4 +141,4 @@ OpenLayers.Events.buttonclick = OpenLayers.Class({ return propagate; } -}); \ No newline at end of file +});