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 @@
13
13
this.updateText();
14
14
}
15
15
16
+/**
17
+ * Update text given to the flow object
18
+ */
16
19
ParagraphBlock.prototype.updateText = function() {
17
20
var text = [];
18
21
for ( var i = 0; i < this.lines.length; i++ ) {
Status & tagging log
00:53, 2 July 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r91292
[
removed:
new
added:
deferred]