Fix tests so they all pass in IE9

This commit is contained in:
Andreas Hocevar
2016-02-23 18:21:22 +01:00
parent 806588edc6
commit c2d4bf113d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ describe('ol.source.TileImage', function() {
tileGrid: opt_tileGrid ||
ol.tilegrid.createForProjection(proj, undefined, [2, 2]),
tileUrlFunction: ol.TileUrlFunction.createFromTemplate(
'data:image/gif;base64,R0lGODlhAQABAAAAACwAAAAAAQABAAA=')
'data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACwAAAAAAQABAAACAkQBADs=')
});
}