Index: trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js |
— | — | @@ -28,7 +28,6 @@ |
29 | 29 | */ |
30 | 30 | ParagraphBlock.prototype.insertContent = function( offset, content ) { |
31 | 31 | this.content.insert( offset, content ); |
32 | | - this.flow.render( offset ); |
33 | 32 | }; |
34 | 33 | |
35 | 34 | /** |
— | — | @@ -45,7 +44,6 @@ |
46 | 45 | start = tmp; |
47 | 46 | } |
48 | 47 | this.content.remove( start, end ); |
49 | | - this.flow.render( start ); |
50 | 48 | }; |
51 | 49 | |
52 | 50 | /** |