[OpenLayers-Commits] r11752 -
trunk/openlayers/lib/OpenLayers/Handler
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Tue Mar 29 10:44:36 EDT 2011
Author: fredj
Date: 2011-03-29 07:44:35 -0700 (Tue, 29 Mar 2011)
New Revision: 11752
Modified:
trunk/openlayers/lib/OpenLayers/Handler/Box.js
Log:
fix indent. non functional change
Modified: trunk/openlayers/lib/OpenLayers/Handler/Box.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Handler/Box.js 2011-03-29 14:12:38 UTC (rev 11751)
+++ trunk/openlayers/lib/OpenLayers/Handler/Box.js 2011-03-29 14:44:35 UTC (rev 11752)
@@ -234,8 +234,8 @@
bottom: bottom,
width: w3cBoxModel === false ? left + right : 0,
height: w3cBoxModel === false ? top + bottom : 0
- };
- }
+ };
+ }
return this.boxOffsets;
},
More information about the Commits
mailing list