Skip to content
Snippets Groups Projects
Commit c37b23e0 authored by Arkerthan's avatar Arkerthan
Browse files

Fix favorites JSDoc

parent 9e1f3e02
No related branches found
No related tags found
1 merge request!8560Various improvements
/** Render a link that toggles the slave's favorite status /** Render a link that toggles the slave's favorite status
* @param {App.Entity.SlaveState} slave * @param {App.Entity.SlaveState} slave
* @returns {HTMLSpanElement} * @returns {HTMLAnchorElement}
*/ */
App.UI.favoriteToggle = function(slave) { App.UI.favoriteToggle = function(slave) {
function favLink() { function favLink() {
......
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