[Commits] r667 - sandbox/docsrc/tutorials

commits at geoext.org commits at geoext.org
Fri May 8 23:11:08 CEST 2009


Author: tcoulter
Date: 2009-05-08 23:11:07 +0200 (Fri, 08 May 2009)
New Revision: 667

Modified:
   sandbox/docsrc/tutorials/openlayers-primer.rst
Log:
Another one.

Modified: sandbox/docsrc/tutorials/openlayers-primer.rst
===================================================================
--- sandbox/docsrc/tutorials/openlayers-primer.rst	2009-05-08 21:10:12 UTC (rev 666)
+++ sandbox/docsrc/tutorials/openlayers-primer.rst	2009-05-08 21:11:07 UTC (rev 667)
@@ -187,7 +187,7 @@
 Events are the main mechanism for notifying multiple objects that something has happened. For instance, the ``NavigationHistory``
 control listens to the map's ``zoomend`` event to save the user's zoom history for a later date; similarly, other objects may
 listen to the same event without interfering or knowing about the ``NavigationHistory`` control. This makes events very powerful, 
-allowing for objects to perform their desired function while still decreasing coupling within OpenLayers and Ext applications.
+allowing objects to perform their desired function while decreasing coupling within OpenLayers and Ext applications.
 
 Both GeoExt and OpenLayers make extensive use of events. However, the OpenLayers events are slightly different from those in
 GeoExt, though they provide the same functionality. Let's explore those differences.



More information about the Commits mailing list