From 9a4b0a11f122bb435291158100bbb4b6cd03cb71 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 18 Sep 2008 17:15:33 +0000 Subject: [PATCH] "GML v2 fails in single file build in trunk", add dependancy on Format.GML to prevent GML.v2 from getting blown away by later Format/GML.js inclusion in single file build. r=tschaub (Pullup #1740) git-svn-id: http://svn.openlayers.org/trunk/openlayers@8033 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Format/GML/Base.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/OpenLayers/Format/GML/Base.js b/lib/OpenLayers/Format/GML/Base.js index 7562db737c..dbf5749b4e 100644 --- a/lib/OpenLayers/Format/GML/Base.js +++ b/lib/OpenLayers/Format/GML/Base.js @@ -4,17 +4,9 @@ /** * @requires OpenLayers/Format/XML.js + * @requires OpenLayers/Format/GML.js */ -/** - * Eventually, this will require the OpenLayers.Format.GML. For now, since - * this parser can be included in a lib without the old GML parser, we - * declare the namespace if it doesn't exist. - */ -if(!OpenLayers.Format.GML) { - OpenLayers.Format.GML = {}; -} - /** * Class: OpenLayers.Format.GML.Base * Superclass for GML parsers.