Index: trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js |
— | — | @@ -105,7 +105,7 @@ |
106 | 106 | * @param render {Boolean} If annotations should have any influence on output |
107 | 107 | * @returns {String} Text within range |
108 | 108 | */ |
109 | | -es.Block.prototype.getText = function( range, render ) { |
| 109 | +es.ParagraphBlock.prototype.getText = function( range, render ) { |
110 | 110 | return this.content.getText( range, render ); |
111 | 111 | }; |
112 | 112 | |