[OpenLayers-Commits] r11713 -
trunk/openlayers/lib/OpenLayers/Format/Filter
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Thu Mar 17 11:50:09 EDT 2011
Author: bartvde
Date: 2011-03-17 08:50:08 -0700 (Thu, 17 Mar 2011)
New Revision: 11713
Modified:
trunk/openlayers/lib/OpenLayers/Format/Filter/v1.js
Log:
fix up whitespace issue, non-functional change
Modified: trunk/openlayers/lib/OpenLayers/Format/Filter/v1.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Format/Filter/v1.js 2011-03-17 15:47:28 UTC (rev 11712)
+++ trunk/openlayers/lib/OpenLayers/Format/Filter/v1.js 2011-03-17 15:50:08 UTC (rev 11713)
@@ -417,12 +417,12 @@
var node = this.createElementNSPlus("ogc:Function", {
attributes: {
name: filter.name
- }
+ }
});
var params = filter.params;
for(var i=0, len=params.length; i<len; i++){
this.writeOgcExpression(params[i], node);
- }
+ }
return node;
}
}
More information about the Commits
mailing list