[OpenLayers-Commits] r12169 - trunk/openlayers/lib/OpenLayers

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Jul 14 14:36:50 EDT 2011


Author: tschaub
Date: 2011-07-14 11:36:48 -0700 (Thu, 14 Jul 2011)
New Revision: 12169

Modified:
   trunk/openlayers/lib/OpenLayers/Control.js
Log:
Adding 'active' as an API property.

Modified: trunk/openlayers/lib/OpenLayers/Control.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control.js	2011-07-13 13:48:31 UTC (rev 12168)
+++ trunk/openlayers/lib/OpenLayers/Control.js	2011-07-14 18:36:48 UTC (rev 12169)
@@ -116,8 +116,9 @@
     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,
 



More information about the Commits mailing list