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 @@
240
240
// Remove all annotations by converting the annotated character to a plain
241
241
// character
242
242
this.data[i] = this.data[i][0];
243
- break;
244
243
}
245
244
// Remove all matching instances of annotation
246
245
var j;
Status & tagging log
14:32, 14 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r92107
[
removed:
new
added:
deferred]