r94538 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94537‎ | r94538 | r94539 >
Date:18:17, 15 August 2011
Author:inez
Status:deferred
Tags:
Comment:
Minor fix
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js
@@ -105,7 +105,7 @@
106106 * @param render {Boolean} If annotations should have any influence on output
107107 * @returns {String} Text within range
108108 */
109 -es.Block.prototype.getText = function( range, render ) {
 109+es.ParagraphBlock.prototype.getText = function( range, render ) {
110110 return this.content.getText( range, render );
111111 };
112112

Status & tagging log