From 00da133a5eae0b8fa5981063ee942b184aa257b3 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Tue, 16 May 2006 19:32:40 +0000 Subject: [PATCH] Updated example.html to reflect r[57]. git-svn-id: http://svn.openlayers.org/trunk/openlayers@58 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.html b/example.html index d3ec79adbc..15c30a9049 100644 --- a/example.html +++ b/example.html @@ -14,7 +14,7 @@ var map, layer; function init(){ - map = new OpenLayers.Map( $('map') ); + map = new OpenLayers.Map('map'); layer = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://octo.metacarta.com/cgi-bin/mapserv", {map: '/mapdata/vmap_wms.map', layers: 'basic', format: 'image/jpeg'} );