js2ts: hallOfFame

This commit is contained in:
2021-08-30 01:43:01 +09:00
parent 372b4bbb3f
commit 4ea2b963fa
5 changed files with 28 additions and 14 deletions
-1
View File
@@ -199,7 +199,6 @@ export function initTooltip($obj?: JQuery<HTMLElement>): void {
} else if (!$obj.hasClass('obj_tooltip')) {
$obj = $obj.find('.obj_tooltip');
}
console.log($obj);
$obj.each(function () {
const $target = $(this);