Revert "Removing camelize method."

This reverts commit 43ef0920c2.
This commit is contained in:
Éric Lemoine
2012-03-04 23:22:21 +01:00
parent 55a52008d6
commit c58f093615
7 changed files with 63 additions and 14 deletions

View File

@@ -221,13 +221,13 @@ OpenLayers.Handler.Box = OpenLayers.Class(OpenLayers.Handler, {
document.body.removeChild(testDiv);
var left = parseInt(OpenLayers.Element.getStyle(this.zoomBox,
"borderLeftWidth"));
"border-left-width"));
var right = parseInt(OpenLayers.Element.getStyle(
this.zoomBox, "borderRightWidth"));
this.zoomBox, "border-right-width"));
var top = parseInt(OpenLayers.Element.getStyle(this.zoomBox,
"borderTopWidth"));
"border-top-width"));
var bottom = parseInt(OpenLayers.Element.getStyle(
this.zoomBox, "borderBottomWidth"));
this.zoomBox, "border-bottom-width"));
this.boxOffsets = {
left: left,
right: right,