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

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Tue Mar 1 04:14:54 EST 2011


Author: bartvde
Date: 2011-03-01 01:14:53 -0800 (Tue, 01 Mar 2011)
New Revision: 11591

Modified:
   trunk/openlayers/lib/OpenLayers/Control/Navigation.js
   trunk/openlayers/lib/OpenLayers/Control/TouchNavigation.js
Log:
fix typo in APIProperty reported by Denis Rykov

Modified: trunk/openlayers/lib/OpenLayers/Control/Navigation.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/Navigation.js	2011-03-01 08:36:23 UTC (rev 11590)
+++ trunk/openlayers/lib/OpenLayers/Control/Navigation.js	2011-03-01 09:14:53 UTC (rev 11591)
@@ -32,7 +32,7 @@
     dragPan: null,
 
     /**
-     * APIProprety: dragPanOptions
+     * APIProperty: dragPanOptions
      * {Object} Options passed to the DragPan control.
      */
     dragPanOptions: null,

Modified: trunk/openlayers/lib/OpenLayers/Control/TouchNavigation.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Control/TouchNavigation.js	2011-03-01 08:36:23 UTC (rev 11590)
+++ trunk/openlayers/lib/OpenLayers/Control/TouchNavigation.js	2011-03-01 09:14:53 UTC (rev 11591)
@@ -27,7 +27,7 @@
     dragPan: null,
 
     /**
-     * APIProprety: dragPanOptions
+     * APIProperty: dragPanOptions
      * {Object} Options passed to the DragPan control.
      */
     dragPanOptions: null,



More information about the Commits mailing list