correct typo in tests/Tile/Image.html, @tschaub has sharp eyes

This commit is contained in:
Éric Lemoine
2012-01-02 23:34:02 +01:00
parent fcb9a6cd2c
commit 78963a5fa8

View File

@@ -364,7 +364,7 @@
t.eq(parseFloat(tile.imgDiv.style.opacity), 0.5,
'onImageLoad sets the expected opacity for the image');
t.eq(log, 1,
'onImageLoad does not trigger loadend');
'onImageLoad does trigger loadend');
map.destroy();
}