Remove comments after jsdoc.
This commit is contained in:
committed by
Andreas Hocevar
parent
87830c6959
commit
3a73af842d
@@ -77,7 +77,6 @@ class Observable extends EventTarget {
|
|||||||
* @return {import("./events.js").EventsKey|Array<import("./events.js").EventsKey>} Event key.
|
* @return {import("./events.js").EventsKey|Array<import("./events.js").EventsKey>} Event key.
|
||||||
* @protected
|
* @protected
|
||||||
*/
|
*/
|
||||||
// the jsdoc api annotation follows below the class declaration.
|
|
||||||
onInternal(type, listener) {
|
onInternal(type, listener) {
|
||||||
if (Array.isArray(type)) {
|
if (Array.isArray(type)) {
|
||||||
const len = type.length;
|
const len = type.length;
|
||||||
@@ -97,7 +96,6 @@ class Observable extends EventTarget {
|
|||||||
* @return {import("./events.js").EventsKey|Array<import("./events.js").EventsKey>} Event key.
|
* @return {import("./events.js").EventsKey|Array<import("./events.js").EventsKey>} Event key.
|
||||||
* @protected
|
* @protected
|
||||||
*/
|
*/
|
||||||
// the jsdoc api annotation follows below the class declaration.
|
|
||||||
onceInternal(type, listener) {
|
onceInternal(type, listener) {
|
||||||
let key;
|
let key;
|
||||||
if (Array.isArray(type)) {
|
if (Array.isArray(type)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user