replace tabs with spaces
git-svn-id: http://svn.openlayers.org/trunk/openlayers@10472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -284,9 +284,9 @@ OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, {
|
|||||||
});
|
});
|
||||||
|
|
||||||
var root = this.format.createElementNSPlus("wfs:Transaction", {
|
var root = this.format.createElementNSPlus("wfs:Transaction", {
|
||||||
attributes: {
|
attributes: {
|
||||||
service: "WFS",
|
service: "WFS",
|
||||||
version: this.version
|
version: this.version
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user