replace tabs with spaces

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10472 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2010-07-09 11:45:31 +00:00
parent e32d63d7b2
commit 74a6f7e895

View File

@@ -284,9 +284,9 @@ OpenLayers.Protocol.WFS.v1 = OpenLayers.Class(OpenLayers.Protocol, {
});
var root = this.format.createElementNSPlus("wfs:Transaction", {
attributes: {
service: "WFS",
version: this.version
attributes: {
service: "WFS",
version: this.version
}
});