You are here

public function JSParser::__construct in Javascript Aggregator 6

File

./jsminplus.php, line 726

Class

JSParser

Code

public function __construct($minifier = null) {
  $this->minifier = $minifier;
  $this->t = new JSTokenizer();
}