Fix comma dangle lint error
This commit is contained in:
committed by
GitHub
parent
2af688c4f1
commit
2d9b9d16bf
@@ -29,8 +29,8 @@ class Router {
|
|||||||
bubbles: true,
|
bubbles: true,
|
||||||
detail: {
|
detail: {
|
||||||
route,
|
route,
|
||||||
fn: event
|
fn: event,
|
||||||
}
|
},
|
||||||
}));
|
}));
|
||||||
|
|
||||||
const fire = route !== '' && this.routes[route] && typeof this.routes[route][event] === 'function';
|
const fire = route !== '' && this.routes[route] && typeof this.routes[route][event] === 'function';
|
||||||
|
|||||||
Reference in New Issue
Block a user