Apply #718 with sde's approval, fixing WMS.Untiled clone method bug reported

via MapBuilder/Ehud Shabtai.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@3163 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2007-05-23 20:18:45 +00:00
parent c5bbc39b4a
commit 1ded257df1

View File

@@ -92,7 +92,9 @@ OpenLayers.Layer.WMS.Untiled.prototype =
obj = OpenLayers.Layer.HTTPRequest.prototype.clone.apply(this, [obj]);
// copy/set any non-init, non-simple values here
obj.tile = null;
return obj;
},