From ba157b664515be8b88b898d01ea15edcd140a489 Mon Sep 17 00:00:00 2001 From: euzuro Date: Tue, 11 Jul 2006 12:18:34 +0000 Subject: [PATCH] update clone to correct class name git-svn-id: http://svn.openlayers.org/trunk/openlayers@931 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS/Untiled.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/WMS/Untiled.js b/lib/OpenLayers/Layer/WMS/Untiled.js index 1fe5a70114..fcc4c2b858 100644 --- a/lib/OpenLayers/Layer/WMS/Untiled.js +++ b/lib/OpenLayers/Layer/WMS/Untiled.js @@ -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);