update comment
git-svn-id: http://svn.openlayers.org/trunk/openlayers@896 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -62,7 +62,7 @@ OpenLayers.Layer.Grid.prototype =
|
|||||||
this.options);
|
this.options);
|
||||||
}
|
}
|
||||||
|
|
||||||
//set any non-init vars here
|
// copy/set any non-init, non-simple values here
|
||||||
|
|
||||||
//get all additions from superclasses
|
//get all additions from superclasses
|
||||||
return OpenLayers.Layer.HTTPRequest.prototype.clone.apply(this, [obj]);
|
return OpenLayers.Layer.HTTPRequest.prototype.clone.apply(this, [obj]);
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ OpenLayers.Layer.HTTPRequest.prototype =
|
|||||||
this.options);
|
this.options);
|
||||||
}
|
}
|
||||||
|
|
||||||
//set any non-init vars here
|
// copy/set any non-init, non-simple values here
|
||||||
|
|
||||||
//get all additions from superclasses
|
//get all additions from superclasses
|
||||||
return OpenLayers.Layer.prototype.clone.apply(this, [obj]);
|
return OpenLayers.Layer.prototype.clone.apply(this, [obj]);
|
||||||
|
|||||||
Reference in New Issue
Block a user