From 8095e22600e028279ea20d53d0cd24e074811287 Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 16 Feb 2007 18:58:22 +0000 Subject: [PATCH] patch for #499 - createImage used the wrong number of parameters git-svn-id: http://svn.openlayers.org/trunk/openlayers@2229 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Util.js b/lib/OpenLayers/Util.js index e58a096869..c275564dce 100644 --- a/lib/OpenLayers/Util.js +++ b/lib/OpenLayers/Util.js @@ -321,7 +321,7 @@ OpenLayers.Util.createAlphaImageDiv = function(id, px, sz, imgURL, var div = OpenLayers.Util.createDiv(); var img = OpenLayers.Util.createImage(null, null, null, null, null, null, - false); + null, false); div.appendChild(img); if (delayDisplay) {