Fix return type of ol.xml.pushParseAndPop

This commit is contained in:
Guillaume Beraudo
2015-03-31 14:07:04 +02:00
parent 567a9d7a5a
commit ea8ee16f49

View File

@@ -679,7 +679,7 @@ ol.xml.parseNode = function(parsersNS, node, objectStack, opt_this) {
* @param {Node} node Node.
* @param {Array.<*>} objectStack Object stack.
* @param {*=} opt_this The object to use as `this`.
* @return {T|undefined} Object.
* @return {T} Object.
* @template T
*/
ol.xml.pushParseAndPop = function(