Index: trunk/phase3/includes/libs/JavaScriptDistiller.php |
— | — | @@ -22,7 +22,7 @@ |
23 | 23 | $script = self::stripComments( $script ); |
24 | 24 | $script = self::stripHorizontalSpace( $script ); |
25 | 25 | // If requested, make some vertical whitespace collapsing as well |
26 | | - if ( $collapseVertical ) { |
| 26 | + if ( $stripVerticalSpace ) { |
27 | 27 | $script = self::stripVerticalSpace( $script ); |
28 | 28 | } |
29 | 29 | // Done |