From 7b80623c5c55c11ee6e8f371a2b7104731d2ab1e Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 6 Jul 2006 10:46:57 +0000 Subject: [PATCH] update comment git-svn-id: http://svn.openlayers.org/trunk/openlayers@896 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 2 +- lib/OpenLayers/Layer/HTTPRequest.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 1345c6a583..f72251a933 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -62,7 +62,7 @@ OpenLayers.Layer.Grid.prototype = this.options); } - //set any non-init vars here + // copy/set any non-init, non-simple values here //get all additions from superclasses return OpenLayers.Layer.HTTPRequest.prototype.clone.apply(this, [obj]); diff --git a/lib/OpenLayers/Layer/HTTPRequest.js b/lib/OpenLayers/Layer/HTTPRequest.js index 7d242f86f2..0bf4259fc1 100644 --- a/lib/OpenLayers/Layer/HTTPRequest.js +++ b/lib/OpenLayers/Layer/HTTPRequest.js @@ -59,7 +59,7 @@ OpenLayers.Layer.HTTPRequest.prototype = this.options); } - //set any non-init vars here + // copy/set any non-init, non-simple values here //get all additions from superclasses return OpenLayers.Layer.prototype.clone.apply(this, [obj]);