Remove final comma from JS array which confused older versions of IE

This commit is contained in:
Grant Slater 2012-03-22 14:24:51 +00:00 committed by Tom Hughes
parent 311f7ddd6e
commit e7bcb57085

View file

@ -71,7 +71,7 @@
"http://otile4.mqcdn.com/tiles/1.0.0/osm/${z}/${x}/${y}.png"], {
displayOutsideMaxExtent: true,
wrapDateLine: true,
attribution: "Tiles courtesy of <a href='http://www.mapquest.com/' target='_blank'>MapQuest</a> <img src='http://developer.mapquest.com/content/osm/mq_logo.png'>",
attribution: "Tiles courtesy of <a href='http://www.mapquest.com/' target='_blank'>MapQuest</a> <img src='http://developer.mapquest.com/content/osm/mq_logo.png'>"
});
map.addLayer(mapquestmap);
}