From 5504fabee6102223623d201935c21ff130c0d549 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Fri, 18 Feb 2011 14:21:52 +0000 Subject: [PATCH] Remove comment that makes no sense post r82399 --- includes/libs/JavaScriptDistiller.php | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1