Test for the map argument correctly

This commit is contained in:
Tom Hughes 2013-11-30 14:18:08 +00:00
parent e73a770d81
commit ec8a601309

View file

@ -115,7 +115,7 @@ OSM = {
hash = querystring.parse(hash);
if (!(map in hash)) {
if (hash.map === undefined) {
return false;
}