r82401 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82400‎ | r82401 | r82402 >
Date:14:21, 18 February 2011
Author:catrope
Status:ok
Tags:
Comment:
Remove comment that makes no sense post r82399
Modified paths:
  • /trunk/phase3/includes/libs/JavaScriptDistiller.php (modified) (history)

Diff [purge]

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r82399JavaScriptDistiller fixes:...tstarling14:09, 18 February 2011

Status & tagging log