title static method

void title(
  1. String title
)

Pushes title to browser's window title.

Implementation

static void title(String title) {
  // No-op.
}