Skip to content

Commit

Permalink
Merge pull request openlayers#18 from drnextgis/feature
Browse files Browse the repository at this point in the history
Delete last comma in object literal.  Thanks @drnextgis.
  • Loading branch information
tschaub committed Oct 23, 2011
2 parents f0f76cc + 3ad5db4 commit 5486caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Layer/WMTS.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5486caf

Please sign in to comment.