Fix typing in ol/xml module

This commit is contained in:
Frederic Junod
2018-05-09 14:25:55 +02:00
parent 628a49f478
commit de5ac6b7c6
+1 -1
View File
@@ -389,7 +389,7 @@ export function makeSequence(object, orderedKeys) {
*/ */
export function makeStructureNS(namespaceURIs, structure, opt_structureNS) { export function makeStructureNS(namespaceURIs, structure, opt_structureNS) {
/** /**
* @type {Object.<string, *>} * @type {Object.<string, T>}
*/ */
const structureNS = opt_structureNS !== undefined ? opt_structureNS : {}; const structureNS = opt_structureNS !== undefined ? opt_structureNS : {};
let i, ii; let i, ii;