Fix linter issue
This commit is contained in:
parent
2a861a2868
commit
745a1597dd
|
@ -462,7 +462,7 @@ export function isArray (obj) {
|
|||
* @return {Window}
|
||||
*/
|
||||
export function getWindow (element) {
|
||||
return element.ownerDocument.defaultView;
|
||||
return element.ownerDocument.defaultView
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue