Index: trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | * @param range {es.Range} Range of content to get |
95 | 95 | * @returns {es.Content} Content within range |
96 | 96 | */ |
97 | | -es.Block.prototype.getContent = function( range ) { |
| 97 | +es.ParagraphBlock.prototype.getContent = function( range ) { |
98 | 98 | return this.content.getContent( range ); |
99 | 99 | }; |
100 | 100 | |