From 6fa8994d610a4a0790ab966f8e5ba7626c35293d Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 3 Oct 2006 04:35:04 +0000 Subject: [PATCH] changing 'minor' parameter name to 'dragging' for consistency git-svn-id: http://svn.openlayers.org/trunk/openlayers/doc@1538 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- Map.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Map.txt b/Map.txt index 630e27597b..a0f0e579ee 100644 --- a/Map.txt +++ b/Map.txt @@ -55,7 +55,7 @@ Instantiate class {OpenLayers.Map} in order to create a map. This is the central changebaselayer -- the current base layer changes movestart -- start of a movement in the map move -- end of movement in a map. this happens while te mouse is dragging as well as for all other events. - moveend -- end of movement in a map, but does not happen when the move is 'minor', as is the case when the move event is in the middle of a drag action. + moveend -- end of movement in a map, but does not happen when the 'dragging' flag is set, as is the case when the move event is in the middle of a drag action. zoomend -- end of a zoom action mouseover -- map is moused over mouseout -- map is no longer mousedout