Remove unnecessary 'function' in jsdoc blocks

This commit is contained in:
Frederic Junod
2018-09-05 16:40:45 +02:00
parent a5f5c06af3
commit 71328530fe
6 changed files with 1 additions and 12 deletions

View File

@@ -79,7 +79,6 @@ class XMLFeature extends FeatureFormat {
/**
* Read all features from a feature collection.
*
* @function
* @param {Document|Node|Object|string} source Source.
* @param {import("./Feature.js").ReadOptions=} opt_options Options.
* @return {Array<import("../Feature.js").default>} Features.