From b709820777f7241a9f5735a16312905c3251b9f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Thu, 12 Dec 2013 15:22:47 +0100 Subject: [PATCH] Use olx for some parser options types --- src/ol/parser/ogc/wfsparser_v1.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ol/parser/ogc/wfsparser_v1.js b/src/ol/parser/ogc/wfsparser_v1.js index 15e431d683..0bd8e4ac8b 100644 --- a/src/ol/parser/ogc/wfsparser_v1.js +++ b/src/ol/parser/ogc/wfsparser_v1.js @@ -30,7 +30,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) { /** * @param {olx.parser.WFSWriteGetFeatureOptions} options Options. * @return {{node: Node, - * options: ol.parser.WFSWriteGetFeatureOptions}} Object. + * options: olx.parser.WFSWriteGetFeatureOptions}} Object. * @this {ol.parser.XML} */ 'GetFeature': function(options) { @@ -64,7 +64,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) { * @param {{inserts: Array., * updates: Array., * deletes: Array., - * options: ol.parser.WFSWriteTransactionOptions}} obj Object. + * options: olx.parser.WFSWriteTransactionOptions}} obj Object. * @return {Element} Node. * @this {ol.parser.XML} */ @@ -120,7 +120,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) { }, /** * @param {{feature: ol.Feature, - * options: ol.parser.WFSWriteTransactionOptions}} obj Object. + * options: olx.parser.WFSWriteTransactionOptions}} obj Object. * @return {Element} Node. * @this {ol.parser.XML} */ @@ -140,7 +140,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) { }, /** * @param {{feature: ol.Feature, - * options: ol.parser.WFSWriteTransactionOptions}} obj Object. + * options: olx.parser.WFSWriteTransactionOptions}} obj Object. * @return {Element} Node. * @this {ol.parser.XML} */ @@ -213,7 +213,7 @@ ol.parser.ogc.WFS_v1 = function(opt_options) { }, /** * @param {{feature: ol.Feature, - * options: ol.parser.WFSWriteTransactionOptions}} obj Object. + * options: olx.parser.WFSWriteTransactionOptions}} obj Object. * @return {Element} Node. * @this {ol.parser.XML} */