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:
@@ -109,6 +109,7 @@
|
||||
"OpenLayers/Layer/Boxes.js",
|
||||
"OpenLayers/Layer/TMS.js",
|
||||
"OpenLayers/Layer/TileCache.js",
|
||||
"OpenLayers/Layer/DigitalGlobe.js",
|
||||
"OpenLayers/Popup/Anchored.js",
|
||||
"OpenLayers/Popup/AnchoredBubble.js",
|
||||
"OpenLayers/Feature.js",
|
||||
@@ -196,7 +197,9 @@
|
||||
h.appendChild(s);
|
||||
}
|
||||
}
|
||||
if (allScriptTags) document.write(allScriptTags);
|
||||
if (allScriptTags) {
|
||||
document.write(allScriptTags);
|
||||
}
|
||||
}
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user