#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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user