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:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user