linting
This commit is contained in:
parent
eae6d2d5f0
commit
af1e0aee34
@ -71,7 +71,7 @@ class App {
|
|||||||
this.buildCategoryList();
|
this.buildCategoryList();
|
||||||
this.setCompileMessage();
|
this.setCompileMessage();
|
||||||
this.buildUI();
|
this.buildUI();
|
||||||
|
|
||||||
this.manager.setup();
|
this.manager.setup();
|
||||||
this.manager.output.saveBombe();
|
this.manager.output.saveBombe();
|
||||||
this.uriParams = this.getURIParams();
|
this.uriParams = this.getURIParams();
|
||||||
|
|||||||
@ -361,7 +361,6 @@ class RecipeWaiter {
|
|||||||
* @param {Event} e
|
* @param {Event} e
|
||||||
*/
|
*/
|
||||||
opAdd(e) {
|
opAdd(e) {
|
||||||
console.log(e);
|
|
||||||
log.debug(`'${e.target.querySelector("li").getAttribute("data-name")}' added to recipe`);
|
log.debug(`'${e.target.querySelector("li").getAttribute("data-name")}' added to recipe`);
|
||||||
this.triggerArgEvents(e.target);
|
this.triggerArgEvents(e.target);
|
||||||
window.dispatchEvent(this.manager.statechange);
|
window.dispatchEvent(this.manager.statechange);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user