large scale syntactic clean up adding missing semi-colons and curly braces around blocks.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@5002 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -905,8 +905,9 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
this.events.element.offsets = null;
|
||||
var newSize = this.getCurrentSize();
|
||||
var oldSize = this.getSize();
|
||||
if (oldSize == null)
|
||||
if (oldSize == null) {
|
||||
this.size = oldSize = newSize;
|
||||
}
|
||||
if (!newSize.equals(oldSize)) {
|
||||
|
||||
// store the new size
|
||||
|
||||
Reference in New Issue
Block a user