r92107 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92106‎ | r92107 | r92108 >
Date:22:10, 13 July 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Removed break - left over from when it was in a switch statement.
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Content.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Content.js
@@ -239,7 +239,6 @@
240240 // Remove all annotations by converting the annotated character to a plain
241241 // character
242242 this.data[i] = this.data[i][0];
243 - break;
244243 }
245244 // Remove all matching instances of annotation
246245 var j;

Status & tagging log