Remaining valid-jsdoc corrections
This commit is contained in:
@@ -17,7 +17,7 @@ ol.format.XML = function() {
|
||||
|
||||
/**
|
||||
* @param {Document|Node|string} source Source.
|
||||
* @return {Object}
|
||||
* @return {Object} The parsed result.
|
||||
*/
|
||||
ol.format.XML.prototype.read = function(source) {
|
||||
if (ol.xml.isDocument(source)) {
|
||||
|
||||
Reference in New Issue
Block a user