diff --git a/lib/OpenLayers/Handler/Box.js b/lib/OpenLayers/Handler/Box.js index 187d51466c..f6648db99a 100644 --- a/lib/OpenLayers/Handler/Box.js +++ b/lib/OpenLayers/Handler/Box.js @@ -234,8 +234,8 @@ OpenLayers.Handler.Box = OpenLayers.Class(OpenLayers.Handler, { bottom: bottom, width: w3cBoxModel === false ? left + right : 0, height: w3cBoxModel === false ? top + bottom : 0 - }; - } + }; + } return this.boxOffsets; },