misc: lint warning, 불필요 파일 정리

This commit is contained in:
2021-09-18 03:49:04 +09:00
parent 8660e8cd85
commit 3fd8b21867
7 changed files with 10 additions and 221 deletions
+1 -1
View File
@@ -516,7 +516,7 @@ export async function reloadWorldMap(option: loadMapOption, drawTarget = '.world
//터치스크린 탭
if (!option.neutralView && is_touch_device()) {
$objs.on('touchstart', function (e) {
$objs.on('touchstart', function () {
if (window.sam_toggleSingleTap) {
return true;
}