Remove comment that makes no sense post r82399
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 18 Feb 2011 14:21:52 +0000 (14:21 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 18 Feb 2011 14:21:52 +0000 (14:21 +0000)
includes/libs/JavaScriptDistiller.php

index 1027433..0ceeb64 100644 (file)
@@ -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