From 82b0059952b2d7e95050c6e6b0d491a9281a7917 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 10 Aug 2007 20:04:03 +0000 Subject: [PATCH] #900 - adding semi-colon for single file build git-svn-id: http://svn.openlayers.org/trunk/openlayers@3878 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/WFS.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);