Rename ol.xml.parse to ol.xml.parseNode

This commit is contained in:
Antoine Abt
2014-10-27 10:55:21 +01:00
parent ba2d39e683
commit 757b6a214c
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ ol.format.WFS.OGC_FID_PARSERS_ = {
* @private
*/
ol.format.WFS.fidParser_ = function(node, objectStack) {
ol.xml.parse(ol.format.WFS.OGC_FID_PARSERS_, node, objectStack);
ol.xml.parseNode(ol.format.WFS.OGC_FID_PARSERS_, node, objectStack);
};