mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-29 08:54:29 +00:00
* jQuery Adapter of waypoints 4.x (jquery.waypoints) waypoints: refactoring of WaypointOptions to allow waypoint.jquery definition (common options extracted into base interface - WaypointOptionsBase) * waypoints.jquery: set TypeScript version as 2.3 * waypoints.jquery: fixes: context moved to WaypointOptionsJQuery and WaypointOptions; waypoints-jquery-tests.ts renamed to waypoints.jquery-tests.ts * waypoints.jquery: fixes: removed BOM in waypoints.jquery-tests.ts * waypoints: waypoints.jquery has been moved into waypoints (as waypoints/jquery.d.ts) * waypoints: fixes: waypoints-tests.ts: fixed prefer-const Identifier 'waypoint1' is never reassigned; use 'const' instead of 'let'.