Index: trunk/phase3/includes/libs/JavaScriptDistiller.php |
— | — | @@ -108,7 +108,6 @@ |
109 | 109 | $parser->add( '" [^"\\\\]* (?: \\\\ . [^"\\\\]* )* "', '$1' ); |
110 | 110 | |
111 | 111 | // Protect regular expressions |
112 | | - // Regular expression with whitespace before it |
113 | 112 | $parser->add( |
114 | 113 | '(?<= [ \t] | [^\w\$\/\'"*)\?:] )' . // assert that whitespace or punctuation precedes |
115 | 114 | '\/' . // start slash |