From: Roan Kattouw Date: Fri, 18 Feb 2011 14:21:52 +0000 (+0000) Subject: Remove comment that makes no sense post r82399 X-Git-Tag: 1.31.0-rc.0~31924 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=5504fabee6102223623d201935c21ff130c0d549;p=lhc%2Fweb%2Fwiklou.git Remove comment that makes no sense post r82399 --- diff --git a/includes/libs/JavaScriptDistiller.php b/includes/libs/JavaScriptDistiller.php index 1027433ba0..0ceeb64e0a 100644 --- a/includes/libs/JavaScriptDistiller.php +++ b/includes/libs/JavaScriptDistiller.php @@ -108,7 +108,6 @@ class JavaScriptDistiller { $parser->add( '" [^"\\\\]* (?: \\\\ . [^"\\\\]* )* "', '$1' ); // Protect regular expressions - // Regular expression with whitespace before it $parser->add( '(?<= [ \t] | [^\w\$\/\'"*)\?:] )' . // assert that whitespace or punctuation precedes '\/' . // start slash