Consistent event type listing for controls.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9154 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-03-31 21:57:08 +00:00
parent ffe3f90ffb
commit 8ba31e4a91
3 changed files with 7 additions and 7 deletions

View File

@@ -145,14 +145,14 @@ OpenLayers.Control = OpenLayers.Class({
* properties of this event depends on exactly what happened.
*
* All event objects have at least the following properties:
* - *object* {Object} A reference to control.events.object (a reference
* object - {Object} A reference to control.events.object (a reference
* to the control).
* - *element* {DOMElement} A reference to control.events.element (which
* element - {DOMElement} A reference to control.events.element (which
* will be null unless documented otherwise).
*
* Supported map event types:
* - *activate* Triggered when activated.
* - *deactivate* Triggered when deactivated.
* activate - Triggered when activated.
* deactivate - Triggered when deactivated.
*/
EVENT_TYPES: ["activate", "deactivate"],