You are here

public function JSTokenizer::isDone in Javascript Aggregator 6

File

./jsminplus.php, line 1775

Class

JSTokenizer

Code

public function isDone() {
  return $this
    ->peek() == TOKEN_END;
}