[Commits] r2695 - sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/lib/GeoExt.ux/widgets

commits at geoext.org commits at geoext.org
Mon May 16 20:37:29 CEST 2011


Author: adube
Date: 2011-05-16 20:37:29 +0200 (Mon, 16 May 2011)
New Revision: 2695

Modified:
   sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/lib/GeoExt.ux/widgets/WFSTFeatureEditingManager.js
Log:
WFSTFeatureEditing - layerOptions constructor setting fix

Modified: sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/lib/GeoExt.ux/widgets/WFSTFeatureEditingManager.js
===================================================================
--- sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/lib/GeoExt.ux/widgets/WFSTFeatureEditingManager.js	2011-05-16 17:40:00 UTC (rev 2694)
+++ sandbox/mapgears/geoext.ux/ux/WFSTFeatureEditing/lib/GeoExt.ux/widgets/WFSTFeatureEditingManager.js	2011-05-16 18:37:29 UTC (rev 2695)
@@ -287,9 +287,9 @@
         arguments.callee.superclass.constructor.call(this, config);
         this.queries = 0;
         this.layers = [];
-        this.layerOptions = this.layerOptions || (this.useFilter)
-            ? this.DEFAULT_LAYER_OPTIONS_USE_FILTER
-            : this.DEFAULT_LAYER_OPTIONS;
+        this.layerOptions = this.layerOptions || ((this.useFilter)
+             ? this.DEFAULT_LAYER_OPTIONS_USE_FILTER
+             : this.DEFAULT_LAYER_OPTIONS);
         this.addEvents(this.CUSTOM_EVENTS);
         this.initMainTools();
         this.url && this.createToolsFromURL(this.url);



More information about the Commits mailing list