From 52b227958e924ba8767aecbea978c19772f54722 Mon Sep 17 00:00:00 2001 From: bartvde Date: Fri, 25 Mar 2011 16:48:15 +0000 Subject: [PATCH] fix trailing comma in example, non-functional change git-svn-id: http://svn.openlayers.org/trunk/openlayers@11728 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/arcgiscache_ags.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/arcgiscache_ags.html b/examples/arcgiscache_ags.html index 7edc631257..09b9551efb 100644 --- a/examples/arcgiscache_ags.html +++ b/examples/arcgiscache_ags.html @@ -141,7 +141,7 @@ tileSize: new OpenLayers.Size(layerInfo.tileInfo.cols, layerInfo.tileInfo.rows), tileOrigin: new OpenLayers.LonLat(layerInfo.tileInfo.origin.x , layerInfo.tileInfo.origin.y), maxExtent: layerMaxExtent, - projection: 'EPSG:' + layerInfo.spatialReference.wkid, + projection: 'EPSG:' + layerInfo.spatialReference.wkid });