Home
last modified time | relevance | path

Searched refs:removeSpecialComments (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCleanCssFilter.php36 private $removeSpecialComments; variable in Assetic\\Filter\\CleanCssFilter
70 * @param bool $removeSpecialComments True to enable
72 public function setRemoveSpecialComments($removeSpecialComments) argument
74 $this->removeSpecialComments = $removeSpecialComments;
276 if ($this->removeSpecialComments) {