chore: add type comments to assets/js

pull/8/head
sigoden 2022-06-03 07:18:12 +08:00
parent 34bc8d411a
commit 7c3970480e
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
/**
* @type Element
*/
let $pathsTable, $pathsTableBody, $uploadersTable;
/**
* @type string
*/
let baseDir;
class Uploader {