Fix up a test that used our $().
This commit is contained in:
+1
-1
@@ -748,7 +748,7 @@
|
|||||||
function test_Map_double_addLayer(t) {
|
function test_Map_double_addLayer(t) {
|
||||||
t.plan(2);
|
t.plan(2);
|
||||||
|
|
||||||
map = new OpenLayers.Map($('map'));
|
map = new OpenLayers.Map('map');
|
||||||
layer = new OpenLayers.Layer.WMS('Test Layer',
|
layer = new OpenLayers.Layer.WMS('Test Layer',
|
||||||
"http://octo.metacarta.com/cgi-bin/mapserv",
|
"http://octo.metacarta.com/cgi-bin/mapserv",
|
||||||
{map: '/mapdata/vmap_wms.map', layers: 'basic', format: 'image/jpeg'}
|
{map: '/mapdata/vmap_wms.map', layers: 'basic', format: 'image/jpeg'}
|
||||||
|
|||||||
Reference in New Issue
Block a user