more strict lint
This commit is contained in:
parent
c5529958d5
commit
9ae814dfe4
21 changed files with 211 additions and 157 deletions
|
@ -8,11 +8,11 @@ const initialize = (doc) => {
|
|||
doc.body.append(iframe);
|
||||
|
||||
return iframe;
|
||||
}
|
||||
};
|
||||
|
||||
const blur = (doc) => {
|
||||
let iframe = doc.getElementById('vimvixen-console-frame');
|
||||
iframe.blur();
|
||||
}
|
||||
};
|
||||
|
||||
export { initialize, blur };
|
||||
|
|
Reference in a new issue