Replace tabs with spaces.
This commit is contained in:
@@ -513,8 +513,7 @@ OpenLayers.Popup = OpenLayers.Class({
|
||||
this.contentDiv.innerHTML +
|
||||
"</div>";
|
||||
|
||||
var containerElement = (this.map) ? this.map.div
|
||||
: document.body;
|
||||
var containerElement = (this.map) ? this.map.div : document.body;
|
||||
var realSize = OpenLayers.Util.getRenderedDimensions(
|
||||
preparedHTML, null, {
|
||||
displayClass: this.displayClass,
|
||||
|
||||
Reference in New Issue
Block a user