Delete last comma in object literal

This commit is contained in:
rda
2011-10-22 23:59:28 +07:00
parent 155108f10b
commit 3ad5db431a
+1 -1
View File
@@ -272,7 +272,7 @@
style: "blue_marble", style: "blue_marble",
matrixSet: "arcgis_online", matrixSet: "arcgis_online",
tileSize: new OpenLayers.Size(512, 512), tileSize: new OpenLayers.Size(512, 512),
requestEncoding: "REST", requestEncoding: "REST"
}); });
map.addLayer(layer); map.addLayer(layer);
map.setCenter(new OpenLayers.LonLat(0,0), 5); map.setCenter(new OpenLayers.LonLat(0,0), 5);