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,
|
||||
detail: {
|
||||
route,
|
||||
fn: event
|
||||
}
|
||||
fn: event,
|
||||
},
|
||||
}));
|
||||
|
||||
const fire = route !== '' && this.routes[route] && typeof this.routes[route][event] === 'function';
|
||||
|
||||
Reference in New Issue
Block a user