Add semicolon for tdd exports
This commit is contained in:
@ -6,4 +6,4 @@ return partiallyVisible
|
||||
((left > 0 && left < innerWidth) || (right > 0 && right < innerWidth))
|
||||
: top >= 0 && left >= 0 && bottom <= innerHeight && right <= innerWidth;
|
||||
};
|
||||
module.exports = elementIsVisibleInViewport
|
||||
module.exports = elementIsVisibleInViewport;
|
||||
Reference in New Issue
Block a user