update clone to correct class name

git-svn-id: http://svn.openlayers.org/trunk/openlayers@931 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-11 12:18:34 +00:00
parent d747bc1d83
commit ba157b6645

View File

@@ -66,7 +66,7 @@ OpenLayers.Layer.WMS.Untiled.prototype =
clone: function (obj) {
if (obj == null) {
obj = new OpenLayers.Layer.HTTPRequest(this.name,
obj = new OpenLayers.Layer.WMS.Untiled(this.name,
this.url,
this.params,
this.options);