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
No related merge requests found
/** Render a link that toggles the slave's favorite status
* @param {App.Entity.SlaveState} slave
* @returns {HTMLSpanElement}
* @returns {HTMLAnchorElement}
*/
App.UI.favoriteToggle = function(slave) {
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