Changeset 4195
- Timestamp:
- 09/07/07 17:57:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/tschaub/xml/lib/OpenLayers/Format/GeoRSS.js
r4075 r4195 43 43 */ 44 44 initialize: function(options) { 45 OpenLayers.Format. prototype.initialize.apply(this, [options]);45 OpenLayers.Format.XML.prototype.initialize.apply(this, [options]); 46 46 }, 47 47
