Skip to content

Commit 6d75a0e

Browse files
Mahyar DarvishiMahyar Darvishi
authored andcommitted
removed redundent comments
1 parent 558217b commit 6d75a0e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

yetanotherradio@io.github.buddysirjava/modules/hoverScrollingLabel.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ function _configureScroll(label) {
4646
});
4747
}
4848

49-
/**
50-
* @returns {{ add: (member: Object) => void, onEnter: (member: Object) => void }}
51-
*/
5249
export function createScrollGroup() {
5350
const members = new Set();
5451

@@ -66,15 +63,6 @@ export function createScrollGroup() {
6663
};
6764
}
6865

69-
/**
70-
* @param {Object} params
71-
* @param {string} [params.styleClass]
72-
* @param {string} [params.clipStyleClass]
73-
* @param {boolean} [params.xExpand]
74-
* @param {boolean} [params.multiline]
75-
* @param {number} [params.maxLines]
76-
* @param {ReturnType<typeof createScrollGroup>} [params.scrollGroup]
77-
*/
7866
export function createHoverScrollingLabel(params = {}) {
7967
const {
8068
styleClass = '',

0 commit comments

Comments
 (0)