You are here

public function JSTokenizer::__construct in Javascript Aggregator 6

File

./jsminplus.php, line 1748

Class

JSTokenizer

Code

public function __construct() {
  $this->opRegExp = '#^(' . implode('|', array_map('preg_quote', $this->opTypeNames)) . ')#';
}