imakewebthings / waypoints

Waypoints is a library that makes it easy to execute a function whenever you scroll to an element.
http://imakewebthings.com/waypoints/
10.38k stars 1.33k forks source link

Add semicolon to end of primary module #601

Closed selfagency closed 6 years ago

selfagency commented 6 years ago

Some package bundlers can't import Waypoints properly because the lack of a semicolon after the IIFE, which throws off their parsers.

selfagency commented 6 years ago

duh i'm importing the wrong thing