r94542 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94541‎ | r94542 | r94543 >
Date:18:33, 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
@@ -93,7 +93,7 @@
9494 * @param range {es.Range} Range of content to get
9595 * @returns {es.Content} Content within range
9696 */
97 -es.Block.prototype.getContent = function( range ) {
 97+es.ParagraphBlock.prototype.getContent = function( range ) {
9898 return this.content.getContent( range );
9999 };
100100

Status & tagging log