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
1 merge request!8556Render JSRE onto a persistent node
......@@ -4,7 +4,7 @@
App.DomPassage = class extends Passage {
/**
* @param {string} title
* @param {(function():DocumentFragment)|(function():HTMLElement)} callback
* @param {function():(DocumentFragment|HTMLElement)} callback
* @param {string[]} 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