[OpenLayers-Commits] r4195 - sandbox/tschaub/xml/lib/OpenLayers/Format
commits at openlayers.org
commits at openlayers.org
Fri Sep 7 17:57:48 EDT 2007
Author: crschmidt
Date: 2007-09-07 17:57:43 -0400 (Fri, 07 Sep 2007)
New Revision: 4195
Modified:
sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js
Log:
Call Format.XML initialize.
Modified: sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js
===================================================================
--- sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js 2007-09-07 15:25:55 UTC (rev 4194)
+++ sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js 2007-09-07 21:57:43 UTC (rev 4195)
@@ -42,7 +42,7 @@
* this instance.
*/
initialize: function(options) {
- OpenLayers.Format.prototype.initialize.apply(this, [options]);
+ OpenLayers.Format.XML.prototype.initialize.apply(this, [options]);
},
/**
More information about the Commits
mailing list