Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Sep 23, 2020
1 parent 2a861a2 commit 745a159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ export function isArray (obj) {
* @return {Window}
*/
export function getWindow (element) {
return element.ownerDocument.defaultView;
return element.ownerDocument.defaultView
}

/**
Expand Down

0 comments on commit 745a159

Please sign in to comment.