Greg Pluta
Results
1
comments of
Greg Pluta
Hey all, I just wanted to hint, that instead of calling Waypoint.refreshAll() and trigger an infinite loop, you might call ```js Waypoint.disableAll(); Waypoint.enableAll(); ``` to achieve similar affect.