Index: trunk/parsers/wikidom/lib/es/es.Flow.js |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | var flow = this; |
37 | 37 | function render( args ) { |
38 | 38 | flow.scanBoundaries(); |
39 | | - flow.render( args.offset ); |
| 39 | + flow.render( args ? args.offset : 0 ); |
40 | 40 | } |
41 | 41 | this.content.on( 'insert', render ); |
42 | 42 | this.content.on( 'remove', render ); |