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:
@@ -153,7 +153,7 @@ OpenLayers.Popup = OpenLayers.Class({
|
|||||||
this.groupDiv.appendChild(this.contentDiv);
|
this.groupDiv.appendChild(this.contentDiv);
|
||||||
this.div.appendChild(this.groupDiv);
|
this.div.appendChild(this.groupDiv);
|
||||||
|
|
||||||
if (closeBox == true) {
|
if (closeBox) {
|
||||||
// close icon
|
// close icon
|
||||||
var closeSize = new OpenLayers.Size(17,17);
|
var closeSize = new OpenLayers.Size(17,17);
|
||||||
var img = OpenLayers.Util.getImagesLocation() + "close.gif";
|
var img = OpenLayers.Util.getImagesLocation() + "close.gif";
|
||||||
|
|||||||
Reference in New Issue
Block a user