#900 - adding semi-colon for single file build

git-svn-id: http://svn.openlayers.org/trunk/openlayers@3878 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2007-08-10 20:04:03 +00:00
parent 1ecede4e16
commit 82b0059952

View File

@@ -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);