coding standards - getting rid of these tabs all at once

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-07-10 21:56:11 +00:00
parent b82c90d5cd
commit 0a3de3fddc
15 changed files with 214 additions and 214 deletions

View File

@@ -17,10 +17,10 @@ OpenLayers.Popup.BORDER = "0px";
OpenLayers.Popup.prototype = {
/**
* Property: events
* {<OpenLayers.Events>}
*/
events: null,
* Property: events
* {<OpenLayers.Events>}
*/
events: null,
/** Property: id
* {String}
@@ -28,71 +28,71 @@ OpenLayers.Popup.prototype = {
id: "",
/**
* Property: lonlat
* {<OpenLayers.LonLat>}
*/
lonlat: null,
* Property: lonlat
* {<OpenLayers.LonLat>}
*/
lonlat: null,
/**
* Property: div
* {DOMElement}
*/
div: null,
* Property: div
* {DOMElement}
*/
div: null,
/**
* Property: size
* {<OpenLayers.Size>}
*/
size: null,
* Property: size
* {<OpenLayers.Size>}
*/
size: null,
/**
* Property: contentHTML
* {String}
*/
contentHTML: "",
* Property: contentHTML
* {String}
*/
contentHTML: "",
/**
* Property: backgroundColor
* {String}
*/
backgroundColor: "",
* Property: backgroundColor
* {String}
*/
backgroundColor: "",
/**
* Property: opacity
* {float}
*/
opacity: "",
* Property: opacity
* {float}
*/
opacity: "",
/**
* Property: border
* {String}
*/
border: "",
* Property: border
* {String}
*/
border: "",
/**
* Property: contentDiv
* {DOMElement}
*/
contentDiv: null,
* Property: contentDiv
* {DOMElement}
*/
contentDiv: null,
/**
* Property: groupDiv
* {DOMElement}
*/
groupDiv: null,
* Property: groupDiv
* {DOMElement}
*/
groupDiv: null,
/**
* Property: padding
* {int}
*/
padding: 5,
* Property: padding
* {int}
*/
padding: 5,
/**
* Property: map
* {<OpenLayers.Map>} this gets set in Map.js when the popup is added to the map
*/
map: null,
* Property: map
* {<OpenLayers.Map>} this gets set in Map.js when the popup is added to the map
*/
map: null,
/**
* Constructor: OpenLayers.Popup