Harmonize jsdoc
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user