diff --git a/lib/OpenLayers/Layer/WMS.js b/lib/OpenLayers/Layer/WMS.js index 33585cb93d..71eecc7ef1 100644 --- a/lib/OpenLayers/Layer/WMS.js +++ b/lib/OpenLayers/Layer/WMS.js @@ -186,7 +186,8 @@ OpenLayers.Layer.WMS = OpenLayers.Class(OpenLayers.Layer.Grid, { * Catch changeParams and uppercase the new params to be merged in * before calling changeParams on the super class. * - * Once params have been changed, we will need to re-init our tiles. + * Once params have been changed, the tiles will be reloaded with + * the new parameters. * * Parameters: * newParams - {Object} Hashtable of new params to use