Improve type annotation

This commit is contained in:
Frederic Junod
2014-07-31 09:43:21 +02:00
parent 051da752f3
commit 7a86bf58bf
3 changed files with 3 additions and 3 deletions

View File

@@ -845,7 +845,7 @@ ol.format.GPX.GPX_SERIALIZERS_ = ol.xml.makeStructureNS(
*
* @function
* @param {Array.<ol.Feature>} features Features.
* @return {ArrayBuffer|Node|Object|string} Result.
* @return {Node} Result.
* @api
*/
ol.format.GPX.prototype.writeFeatures;