jumpToTop method

void jumpToTop()

Implementation

void jumpToTop() {
  if (hasClients) jumpTo(0);
}