Home | History | Annotate | Download | only in timeline

Lines Matching refs:lastElement

659         var lastElement;
671 if (lastElement) {
675 lastElement.classList.remove(foreignStyle);
677 lastElement._tasksInfo.lastTaskIndex = taskIndex;
680 lastElement.style.width = (lastRight - lastLeft) + "px";
691 lastElement = element;
695 if (lastElement)
696 lastElement.style.width = (lastRight - lastLeft) + "px";