mirror of
https://github.com/morris/vanilla-todo.git
synced 2025-08-22 05:33:06 +02:00
add some jsdoc for element autocomplete
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
/**
|
||||
* @param {HTMLElement} el
|
||||
* @param {{
|
||||
* direction?: 'horizontal' | 'vertical';
|
||||
* }} options
|
||||
*/
|
||||
export function AppSortable(el, options) {
|
||||
let placeholder;
|
||||
let placeholderSource;
|
||||
|
Reference in New Issue
Block a user