mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style: fix linter errors
This commit is contained in:
@@ -209,7 +209,7 @@ export const isActivatable = function(ele: HTMLElement) {
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
function addListener(type: string, listener: any, useCapture?: boolean) {
|
||||
document.addEventListener(type, listener, useCapture);
|
||||
|
||||
Reference in New Issue
Block a user