coding standards. no functional change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@4115 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2007-08-30 12:55:51 +00:00
parent 3e1f2e4305
commit b78aec44c9

View File

@@ -153,7 +153,7 @@ OpenLayers.Popup = OpenLayers.Class({
this.groupDiv.appendChild(this.contentDiv);
this.div.appendChild(this.groupDiv);
if (closeBox == true) {
if (closeBox) {
// close icon
var closeSize = new OpenLayers.Size(17,17);
var img = OpenLayers.Util.getImagesLocation() + "close.gif";