User "Schnark" posted a comment on MediaWiki.r91347.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/91347#c19304
Commit summary:

Correct for in loops on arrays.

Reported in bug 29106. Patch by Michael M.

Comment:

Somehow there slipped some mistake in:
Line 110 should be
<source lang="javascript">
for ( i = 0; i < data.characters.length; i++ ) {
</source>

The <code>i <</code> and the s are missing. 

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to