make the Layer/Image.html tests pass again
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
function test_loadEvents(t) {
|
||||
t.plan(3);
|
||||
|
||||
var map = new OpenLayers.Map('map');
|
||||
var map = new OpenLayers.Map('map', {tileAnimation: false});
|
||||
var layer = new OpenLayers.Layer.Image(
|
||||
'Test', '../../img/blank.gif',
|
||||
new OpenLayers.Bounds(-180, -88.759, 180, 88.759),
|
||||
|
||||
Reference in New Issue
Block a user