r91292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91291‎ | r91292 | r91293 >
Date:20:57, 1 July 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Added function documentation
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js
@@ -12,6 +12,9 @@
1313 this.updateText();
1414 }
1515
 16+/**
 17+ * Update text given to the flow object
 18+ */
1619 ParagraphBlock.prototype.updateText = function() {
1720 var text = [];
1821 for ( var i = 0; i < this.lines.length; i++ ) {

Status & tagging log