Unnecessary and missing semicolon.

This commit is contained in:
Frederic Junod
2012-03-16 12:04:11 +01:00
parent 2b41c8926b
commit 2de2fe2563
13 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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);