Finds a link by its id.
DayPilot.Gantt.links.find(id);
Note: The id is compared using ===. That means 1 is different from "1".
DayPilot.Link object if the link is found, otherwise null.