[OpenLayers-Commits] r4183 - sandbox/tschaub/google/lib/OpenLayers/Layer
commits at openlayers.org
commits at openlayers.org
Mon Sep 3 23:32:08 EDT 2007
Author: ahughes
Date: 2007-09-03 23:32:02 -0400 (Mon, 03 Sep 2007)
New Revision: 4183
Modified:
sandbox/tschaub/google/lib/OpenLayers/Layer/Google.js
Log:
I just removed a deebug statement!
Modified: sandbox/tschaub/google/lib/OpenLayers/Layer/Google.js
===================================================================
--- sandbox/tschaub/google/lib/OpenLayers/Layer/Google.js 2007-09-04 03:03:58 UTC (rev 4182)
+++ sandbox/tschaub/google/lib/OpenLayers/Layer/Google.js 2007-09-04 03:32:02 UTC (rev 4183)
@@ -286,8 +286,6 @@
//var div = this.b.firstChild.firstChild;
var div = this.e.firstChild.firstChild;
- deepbug(this);
-
// adjust by the offset of "Div" and voila!
gPoint.x += div.offsetLeft;
gPoint.y += div.offsetTop;
More information about the Commits
mailing list