Fix return type of ol.xml.pushParseAndPop
This commit is contained in:
+1
-1
@@ -679,7 +679,7 @@ ol.xml.parseNode = function(parsersNS, node, objectStack, opt_this) {
|
|||||||
* @param {Node} node Node.
|
* @param {Node} node Node.
|
||||||
* @param {Array.<*>} objectStack Object stack.
|
* @param {Array.<*>} objectStack Object stack.
|
||||||
* @param {*=} opt_this The object to use as `this`.
|
* @param {*=} opt_this The object to use as `this`.
|
||||||
* @return {T|undefined} Object.
|
* @return {T} Object.
|
||||||
* @template T
|
* @template T
|
||||||
*/
|
*/
|
||||||
ol.xml.pushParseAndPop = function(
|
ol.xml.pushParseAndPop = function(
|
||||||
|
|||||||
Reference in New Issue
Block a user