From 2e79e399b20e60e4058fc3b3e47dbdd8761a0f55 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 30 Jun 2006 01:12:03 +0000 Subject: [PATCH] updated comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@836 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Google.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Google.js b/lib/OpenLayers/Layer/Google.js index 5c72f4d3e3..da013bec31 100644 --- a/lib/OpenLayers/Layer/Google.js +++ b/lib/OpenLayers/Layer/Google.js @@ -108,8 +108,8 @@ OpenLayers.Layer.Google.prototype = Object.extend( new OpenLayers.Layer(), { // attach to the drag start and end and weŽll set a flag so that - // we dont get recursivity. this is because the events fall through - // the gmaps div and into the main layer div + // we dont get recursivity. this is because when we call setCenter(), + // it calls moveTo() on all layers GEvent.addListener(this.gmap, "dragstart", this.dragStart.bindAsEventListener(this));