From 7266a0696554a75a62f3ce91cfd059e1d24b999e Mon Sep 17 00:00:00 2001 From: euzuro Date: Fri, 24 Aug 2007 15:45:55 +0000 Subject: [PATCH] even though we're trying to discourage its use, we might as well call a pig by a pig. this file is defining the WMS.Untiled class... it ought to say so. git-svn-id: http://svn.openlayers.org/trunk/openlayers@4019 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 b262669c3b..5dd8c00b38 100644 --- a/lib/OpenLayers/Layer/WMS/Untiled.js +++ b/lib/OpenLayers/Layer/WMS/Untiled.js @@ -6,7 +6,7 @@ /** * @requires OpenLayers/Layer/WMS.js * - * Class: OpenLayers.Layer.WMS + * Class: OpenLayers.Layer.WMS.Untiled * Deprecated, to be removed in 3.0 - instead use OpenLayers.Layer.WMS and * pass the option 'singleTile' as true. *