mirror of
https://github.com/koel/koel
synced 2024-11-28 15:00:42 +00:00
Add some comments
This commit is contained in:
parent
600e937e4e
commit
3d827817fb
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* A utility that aims to replace jQuery for the most basic DOM methods.
|
||||
* @type {Object}
|
||||
*/
|
||||
export const $ = {
|
||||
is (el, selector) {
|
||||
return (el.matches ||
|
||||
|
|
Loading…
Reference in a new issue