Skip to content
Snippets Groups Projects
Commit 65ad4be3 authored by svornost's avatar svornost
Browse files

More succint jsdoc

parent efa301e9
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
App.DomPassage = class extends Passage { App.DomPassage = class extends Passage {
/** /**
* @param {string} title * @param {string} title
* @param {(function():DocumentFragment)|(function():HTMLElement)} callback * @param {function():(DocumentFragment|HTMLElement)} callback
* @param {string[]} tags * @param {string[]} tags
*/ */
constructor(title, callback, tags = []) { constructor(title, callback, tags = []) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment