[OpenLayers-Commits] r4199 - sandbox/tschaub/xml/lib/OpenLayers/Format

commits at openlayers.org commits at openlayers.org
Fri Sep 7 18:28:26 EDT 2007


Author: crschmidt
Date: 2007-09-07 18:28:22 -0400 (Fri, 07 Sep 2007)
New Revision: 4199

Modified:
   sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js
Log:
IE friendly.


Modified: sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js
===================================================================
--- sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js	2007-09-07 22:21:56 UTC (rev 4198)
+++ sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js	2007-09-07 22:28:22 UTC (rev 4199)
@@ -4,6 +4,7 @@
 
 /**
  * @requires OpenLayers/Format.js
+ * @requires OpenLayers/Format/XML.js
  *
  * Class: OpenLayers.Format.GeoRSS
  * Write-only GeoRSS. Create a new instance with the 
@@ -139,7 +140,7 @@
             var data = {
                 "title": title,
                 "description": description,
-                "link": link,
+                "link": link
             };
             var feature = new OpenLayers.Feature.Vector(geometry, data);
             feature.fid = id;



More information about the Commits mailing list