Skip to content

Commit

Permalink
Fix up a test that used our $().
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjansen committed Mar 5, 2012
1 parent ece872b commit de2eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Map.html
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
function test_Map_double_addLayer(t) {
t.plan(2);

map = new OpenLayers.Map($('map'));
map = new OpenLayers.Map('map');
layer = new OpenLayers.Layer.WMS('Test Layer',
"http://octo.metacarta.com/cgi-bin/mapserv",
{map: '/mapdata/vmap_wms.map', layers: 'basic', format: 'image/jpeg'}
Expand Down

0 comments on commit de2eeaa

Please sign in to comment.