From 8fe89ba734b61cd2ad2cad1421fc5ea10844f8ec Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 3 Oct 2006 18:30:56 +0000 Subject: [PATCH] opacity is float, not string git-svn-id: http://svn.openlayers.org/trunk/openlayers@1543 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Util.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_Util.html b/tests/test_Util.html index 1640590b21..d179a41c8c 100644 --- a/tests/test_Util.html +++ b/tests/test_Util.html @@ -290,7 +290,7 @@ var id = "boo"; var border = "1px solid"; var sizing = "crop"; - var opacity = "0.5"; + var opacity = 0.5; OpenLayers.Util.modifyAlphaImageDiv(imageDiv, id, xy, sz, img, position, border, sizing, opacity);