chore: add type comments to assets/js
This commit is contained in:
parent
34bc8d411a
commit
7c3970480e
1 changed files with 6 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
/**
|
||||
* @type Element
|
||||
*/
|
||||
let $pathsTable, $pathsTableBody, $uploadersTable;
|
||||
/**
|
||||
* @type string
|
||||
*/
|
||||
let baseDir;
|
||||
|
||||
class Uploader {
|
||||
|
|
Loading…
Reference in a new issue