Fix unterminated statements

This commit is contained in:
rda
2011-10-23 14:24:30 +07:00
parent 3ad5db431a
commit 81fd4adb4f
28 changed files with 122 additions and 122 deletions

View File

@@ -208,7 +208,7 @@ if (!window.console || !console.firebug) { (function()
consoleBody = doc.getElementById("log");
layout();
flush();
}
};
var baseURL = getFirebugURL();

View File

@@ -267,7 +267,7 @@ OpenLayers.Format.Context = OpenLayers.Class(OpenLayers.Format.XML.VersionedOGC,
keywords: context.keywords,
logo: context.logo,
descriptionURL: context.descriptionURL
}
};
options.metadata = metadata;