coding standards - getting rid of these tabs all at once
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -59,8 +59,8 @@ OpenLayers.Format.WFS.prototype =
|
||||
write: function(features) {
|
||||
|
||||
var transaction = document.createElementNS('http://www.opengis.net/wfs', 'wfs:Transaction');
|
||||
transaction.setAttribute("version","1.0.0");
|
||||
transaction.setAttribute("service","WFS");
|
||||
transaction.setAttribute("version","1.0.0");
|
||||
transaction.setAttribute("service","WFS");
|
||||
for (var i=0; i < features.length; i++) {
|
||||
switch (features[i].state) {
|
||||
case OpenLayers.State.INSERT:
|
||||
|
||||
Reference in New Issue
Block a user