[Commits] r669 - sandbox/docsrc/tutorials
commits at geoext.org
commits at geoext.org
Fri May 8 23:17:28 CEST 2009
Author: tcoulter
Date: 2009-05-08 23:17:28 +0200 (Fri, 08 May 2009)
New Revision: 669
Modified:
sandbox/docsrc/tutorials/openlayers-primer.rst
Log:
Another small change.
Modified: sandbox/docsrc/tutorials/openlayers-primer.rst
===================================================================
--- sandbox/docsrc/tutorials/openlayers-primer.rst 2009-05-08 21:13:03 UTC (rev 668)
+++ sandbox/docsrc/tutorials/openlayers-primer.rst 2009-05-08 21:17:28 UTC (rev 669)
@@ -298,7 +298,7 @@
.. note:: The ``OpenLayers.Events`` class handles both browser events like when the window resizes, as well
as handling developer-created events like ``event1`` above. This makes initializing an ``OpenLayers.Events`` object fairly mucky,
- though using it like an Ext event is nearly the same. See more below.
+ though using it like we did above is nearly the same. See more below.
Triggering an event is just as easy as Ext's ``fireEvent()``, except here we use ``triggerEvent()``:
More information about the Commits
mailing list