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:
@@ -66,7 +66,7 @@ OpenLayers.Layer.WMS.Untiled.prototype =
|
|||||||
clone: function (obj) {
|
clone: function (obj) {
|
||||||
|
|
||||||
if (obj == null) {
|
if (obj == null) {
|
||||||
obj = new OpenLayers.Layer.HTTPRequest(this.name,
|
obj = new OpenLayers.Layer.WMS.Untiled(this.name,
|
||||||
this.url,
|
this.url,
|
||||||
this.params,
|
this.params,
|
||||||
this.options);
|
this.options);
|
||||||
|
|||||||
Reference in New Issue
Block a user