public function JSParser::__construct in Javascript Aggregator 6
File
- ./
jsminplus.php, line 726
Class
Code
public function __construct($minifier = null) {
$this->minifier = $minifier;
$this->t = new JSTokenizer();
}
public function __construct($minifier = null) {
$this->minifier = $minifier;
$this->t = new JSTokenizer();
}