Adding 'active' as an API property.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@12169 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2011-07-14 18:36:48 +00:00
parent b5ba9db904
commit 4b2f6ea105

View File

@@ -116,8 +116,9 @@ OpenLayers.Control = OpenLayers.Class({
autoActivate: false,
/**
* Property: active
* {Boolean} The control is active.
* APIProperty: active
* {Boolean} The control is active (read-only). Use <activate> and
* <deactivate> to change control state.
*/
active: null,