Unnecessary and missing semicolon.
This commit is contained in:
@@ -1044,7 +1044,7 @@ OpenLayers.Format.WMC.v1 = OpenLayers.Class(OpenLayers.Format.XML, {
|
||||
version: server.version
|
||||
};
|
||||
if (server.title) {
|
||||
attributes.title = server.title
|
||||
attributes.title = server.title;
|
||||
}
|
||||
this.setAttributes(node, attributes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user