diff --git a/lib/OpenLayers/Layer/WFS.js b/lib/OpenLayers/Layer/WFS.js index 265a29a945..af39c981f3 100644 --- a/lib/OpenLayers/Layer/WFS.js +++ b/lib/OpenLayers/Layer/WFS.js @@ -315,7 +315,7 @@ OpenLayers.Layer.WFS = OpenLayers.Class( var success = this.commitSuccess.bind(this); - var failure = this.commitFailure.bind(this) + var failure = this.commitFailure.bind(this); data = OpenLayers.Ajax.serializeXMLToString(data);