replacing tabs with spaces. no functional diffs here.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6673 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -147,9 +147,9 @@ OpenLayers.Renderer.Elements = OpenLayers.Class(OpenLayers.Renderer, {
|
||||
node = this.drawGeometryNode(node, geometry);
|
||||
|
||||
// append the node to root (but only if it's new)
|
||||
if (node.parentNode != this.root) {
|
||||
this.root.appendChild(node);
|
||||
}
|
||||
if (node.parentNode != this.root) {
|
||||
this.root.appendChild(node);
|
||||
}
|
||||
this.postDraw(node);
|
||||
} else {
|
||||
node = OpenLayers.Util.getElement(geometry.id);
|
||||
|
||||
Reference in New Issue
Block a user