opacity is float, not string

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1543 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-10-03 18:30:56 +00:00
parent 3e4109781b
commit 8fe89ba734

View File

@@ -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);