Add more typedefs for return objects

This commit is contained in:
Bart van den Eijnden
2014-03-10 16:40:00 +01:00
parent 431a4d1725
commit 041479f1b7
3 changed files with 43 additions and 16 deletions

View File

@@ -328,7 +328,10 @@
/**
* @typedef {Object} olx.format.WFSOptions
* @property {string} featureNS The namespace URI used for features.
* @property {string} featureType
* @property {string} featureType The feature type to parse. Only used for
* read operations.
* @property {string|undefined} schemaLocation Optional schemaLocation to use
* for serialization, this will override the default.
*/
/**