fix indent. non functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11752 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-03-29 14:44:35 +00:00
parent 77c003e9f7
commit 1417382f10

View File

@@ -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;
},