Events.buttonclick should be part of the API

This commit is contained in:
Éric Lemoine
2012-01-31 17:07:47 +01:00
parent 9aa1c4450e
commit 271e3b61bd

View File

@@ -25,7 +25,7 @@
OpenLayers.Events.buttonclick = OpenLayers.Class({
/**
* APIProperty: target
* Property: target
* {<OpenLayers.Events>} The events instance that the buttonclick event will
* be triggered on.
*/
@@ -141,4 +141,4 @@ OpenLayers.Events.buttonclick = OpenLayers.Class({
return propagate;
}
});
});