Changeset 2882
- Timestamp:
- 03/25/07 10:49:31 (2 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Format/WFS.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Format/WFS.js
r2876 r2882 26 26 27 27 initialize: function(options, layer) { 28 OpenLayers.Format.GML.prototype.initialize.apply(this, arguments);28 OpenLayers.Format.GML.prototype.initialize.apply(this, [options]); 29 29 this.layer = layer; 30 30 if (this.layer.featureNS) {
