mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-12 01:01:32 -04:00
rename c-ingredient-li to c-recipe-li, update TODOs
This commit is contained in:
parent
21eb177527
commit
36224388fb
6 changed files with 15 additions and 14 deletions
|
@ -9,8 +9,8 @@ import Utils from "../core/Utils.mjs";
|
|||
/**
|
||||
* Object to handle the creation of operation ingredients.
|
||||
*
|
||||
* Note: Not to be confused with the native web component c-ingredient-li, which is the component that makes the parent
|
||||
* list item 'ingredient' in recipe-list.
|
||||
* Note: Not to be confused with the native web component c-recipe-li, which is the component that is the (parent)
|
||||
* list item in recipe-list.
|
||||
*/
|
||||
class HTMLIngredient {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue