From 3ad5db431ae4aa013239f38bcd0a1c48ef48ed9b Mon Sep 17 00:00:00 2001 From: rda Date: Sat, 22 Oct 2011 23:59:28 +0700 Subject: [PATCH] Delete last comma in object literal --- tests/Layer/WMTS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Layer/WMTS.html b/tests/Layer/WMTS.html index 98bb6cdb07..5b87d32e49 100644 --- a/tests/Layer/WMTS.html +++ b/tests/Layer/WMTS.html @@ -272,7 +272,7 @@ style: "blue_marble", matrixSet: "arcgis_online", tileSize: new OpenLayers.Size(512, 512), - requestEncoding: "REST", + requestEncoding: "REST" }); map.addLayer(layer); map.setCenter(new OpenLayers.LonLat(0,0), 5);