private function JSMinPlus::__construct in Javascript Aggregator 6
File
- ./
jsminplus.php, line 193
Class
Code
private function __construct() {
$this->parser = new JSParser($this);
}
private function __construct() {
$this->parser = new JSParser($this);
}