remove unused function
This commit is contained in:
parent
e40df1fec0
commit
7967bd4f08
@ -134,15 +134,6 @@ export class CCategoryLi extends HTMLElement {
|
|||||||
return div;
|
return div;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Append a c-operation-li to this op-list
|
|
||||||
*
|
|
||||||
* @param {HTMLElement} cOperationLiElement
|
|
||||||
*/
|
|
||||||
appendOperation(cOperationLiElement) {
|
|
||||||
this.querySelector('li > div > ul').appendChild(cOperationLiElement);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this category is Favourites, build and return the star icon to the category
|
* If this category is Favourites, build and return the star icon to the category
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user