File
-
advagg_css_compress/
yui/ CSSMin.inc, line 943
Class
Code
private function processComments($matches) {
$match = !empty($matches[1]) ? $matches[1] : '';
return $this->registerComment($match);
}
private function processComments($matches) {
$match = !empty($matches[1]) ? $matches[1] : '';
return $this->registerComment($match);
}