Merge pull request #11975 from simonseyock/valid-jsdoc

jsdoc linting
This commit is contained in:
Tim Schaub
2021-02-02 13:47:09 -07:00
committed by GitHub
32 changed files with 106 additions and 102 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import View from '../src/ol/View.js';
/**
* Renders a progress bar.
* @param {HTMLElement} el The target element.
* @constructor
* @class
*/
function Progress(el) {
this.el = el;
+1 -1
View File
@@ -6,7 +6,7 @@ import XYZ from '../src/ol/source/XYZ.js';
/**
* Renders a progress bar.
* @param {HTMLElement} el The target element.
* @constructor
* @class
*/
function Progress(el) {
this.el = el;