js2ts: processing plugin 정리

This commit is contained in:
2021-08-21 00:29:50 +09:00
parent 096b87d4e3
commit 5c56b5aacf
5 changed files with 25 additions and 210 deletions
+5 -1
View File
@@ -3,7 +3,7 @@ import { unwrap_any } from "./util/unwrap_any";
/*import $ from 'jquery';
import 'select2';*///TODO: processing
$(function() {
export function loadPlugin(): void{
const $target = $("#destNationID");
void reloadWorldMap({
isDetailMap: false,
@@ -22,4 +22,8 @@ $(function() {
return false;
}
});
}
$(function() {
loadPlugin();
});