public function JSqueeze::__construct in Minify JS 7
File
- lib/
JSqueeze.php, line 99
Class
Code
public function __construct() {
$this->reserved = array_flip($this->reserved);
$this->charFreq = array_fill(0, 256, 0);
}
public function __construct() {
$this->reserved = array_flip($this->reserved);
$this->charFreq = array_fill(0, 256, 0);
}