classes/external/php/minify-2.1.7-jsmin.php 1 location
|
@@ 178-187 (lines=10) @@
|
| 175 |
|
}
|
| 176 |
|
|
| 177 |
|
switch ($command) {
|
| 178 |
|
case self::ACTION_KEEP_A: // 1
|
| 179 |
|
$this->output .= $this->a;
|
| 180 |
|
|
| 181 |
|
if ($this->keptComment) {
|
| 182 |
|
$this->output = rtrim($this->output, "\n");
|
| 183 |
|
$this->output .= $this->keptComment;
|
| 184 |
|
$this->keptComment = '';
|
| 185 |
|
}
|
| 186 |
|
|
| 187 |
|
$this->lastByteOut = $this->a;
|
| 188 |
|
|
| 189 |
|
// fallthrough intentional
|
| 190 |
|
case self::ACTION_DELETE_A: // 2
|
classes/external/php/minify-2.3.1-jsmin.php 1 location
|
@@ 183-192 (lines=10) @@
|
| 180 |
|
} |
| 181 |
|
|
| 182 |
|
switch ($command) { |
| 183 |
|
case self::ACTION_KEEP_A: // 1 |
| 184 |
|
$this->output .= $this->a; |
| 185 |
|
|
| 186 |
|
if ($this->keptComment) { |
| 187 |
|
$this->output = rtrim($this->output, "\n"); |
| 188 |
|
$this->output .= $this->keptComment; |
| 189 |
|
$this->keptComment = ''; |
| 190 |
|
} |
| 191 |
|
|
| 192 |
|
$this->lastByteOut = $this->a; |
| 193 |
|
|
| 194 |
|
// fallthrough intentional |
| 195 |
|
case self::ACTION_DELETE_A: // 2 |