quick lint before rc1, only some missing missing semi-colons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6748 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -268,7 +268,7 @@ OpenLayers.Renderer.VML = OpenLayers.Class(OpenLayers.Renderer.Elements, {
|
||||
}
|
||||
if (strokeColor == "none" &&
|
||||
node.getAttribute("strokecolor") != strokeColor) {
|
||||
node.setAttribute("strokecolor", strokeColor)
|
||||
node.setAttribute("strokecolor", strokeColor);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user