js2ts: processing - plugin 구조 마저 변경

This commit is contained in:
2021-08-30 01:47:42 +09:00
parent 4ea2b963fa
commit eb250f91cb
8 changed files with 12 additions and 22 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
import $ from 'jquery';
import { unwrap_any } from './util/unwrap_any';
@@ -21,7 +20,7 @@ function calc(id: number) {
$cost.val(Math.round(cost));
}
$(function () {
export function recruitCrewForm(): void {
const $formAmount = $('#amount');
const $formCrewtype = $('#crewType');
$('.form_double').on('keyup change', function (e) {
@@ -101,4 +100,4 @@ $(function () {
}
});
$('.show_default_false').hide();
});
}