From ea3443c6bc0acb87cf062b5eb83ce3efa5a63368 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 11 Nov 2008 20:54:22 +0000 Subject: [PATCH] Requiring the base class for WMC. git-svn-id: http://svn.openlayers.org/trunk/openlayers@8334 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/WMC/v1.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Format/WMC/v1.js b/lib/OpenLayers/Format/WMC/v1.js index 08b1274dd0..ee906578fa 100644 --- a/lib/OpenLayers/Format/WMC/v1.js +++ b/lib/OpenLayers/Format/WMC/v1.js @@ -3,6 +3,7 @@ * full text of the license. */ /** + * @requires OpenLayers/Format/WMC.js * @requires OpenLayers/Format/XML.js */