From 7c0ab6567f0f3061a3ee5bc8f3374cd5d12434c7 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 8 Jun 2007 15:17:31 +0000 Subject: [PATCH] coding standards -- line length git-svn-id: http://svn.openlayers.org/trunk/openlayers@3296 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/lite.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/lite.html b/examples/lite.html index d8abd1d642..f6830028ed 100644 --- a/examples/lite.html +++ b/examples/lite.html @@ -18,7 +18,8 @@ function init(){ map = new OpenLayers.Map( 'map' ); layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", - "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); + "http://labs.metacarta.com/wms/vmap0", + {layers: 'basic'} ); map.addLayer(layer); map.setCenter(new OpenLayers.LonLat(lon, lat), zoom); }