From 2376bfe29110889b73d3fe2dfa0bf3b7ee5d61c2 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Wed, 16 Aug 2006 13:30:10 +0000 Subject: [PATCH] This is only neccesary because of the naming scheme, not because it actually needs any functionality from WMS. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1234 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WMS/Untiled.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Layer/WMS/Untiled.js b/lib/OpenLayers/Layer/WMS/Untiled.js index 732608a199..11c2a8770b 100644 --- a/lib/OpenLayers/Layer/WMS/Untiled.js +++ b/lib/OpenLayers/Layer/WMS/Untiled.js @@ -6,6 +6,7 @@ * @class * * @requires OpenLayers/Layer/HTTPRequest.js + * @requires OpenLayers/Layer/WMS.js */ OpenLayers.Layer.WMS.Untiled = Class.create(); OpenLayers.Layer.WMS.Untiled.prototype =