[OpenLayers-Commits] r3588 - trunk/openlayers/lib/OpenLayers/Control

commits at openlayers.org commits at openlayers.org
Thu Jul 5 13:34:32 EDT 2007


Author: euzuro
Date: 2007-07-05 13:34:31 -0400 (Thu, 05 Jul 2007)
New Revision: 3588

Modified:
   trunk/openlayers/lib/OpenLayers/Control/Navigation.js
Log:
add inheritance to navigation control

Modified: trunk/openlayers/lib/OpenLayers/Control/Navigation.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/Navigation.js	2007-07-05 17:33:29 UTC (rev 3587)
+++ trunk/openlayers/lib/OpenLayers/Control/Navigation.js	2007-07-05 17:34:31 UTC (rev 3588)
@@ -8,6 +8,9 @@
  * @requires OpenLayers/Handler/MouseWheel.js
  * 
  * Class: OpenLayers.Control.Navigation
+ * 
+ * Inherits:
+ *  - <OpenLayers.Control>
  */
 OpenLayers.Control.Navigation = OpenLayers.Class.create();
 OpenLayers.Control.Navigation.prototype = 



More information about the Commits mailing list