Fix linter issue

This commit is contained in:
Jos de Jong 2020-09-23 10:25:26 +02:00
parent 2a861a2868
commit 745a1597dd
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ export function isArray (obj) {
* @return {Window}
*/
export function getWindow (element) {
return element.ownerDocument.defaultView;
return element.ownerDocument.defaultView
}
/**