chore: fix lint issues
This commit is contained in:
@@ -7,7 +7,7 @@ type BindEventMixinThis = {
|
||||
binded: boolean;
|
||||
};
|
||||
|
||||
type BindEventHandler = (bind: Function, isBind: boolean) => void;
|
||||
type BindEventHandler = (bind: typeof on | typeof off, isBind: boolean) => void;
|
||||
|
||||
export function BindEventMixin(handler: BindEventHandler) {
|
||||
function bind(this: BindEventMixinThis) {
|
||||
|
||||
Reference in New Issue
Block a user