Index: trunk/parsers/wikidom/lib/hype/views/es.TableRowView.js |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | */ |
10 | 10 | es.TableRowView = function( model ) { |
11 | 11 | // Inheritance |
12 | | - es.DocumentViewBranchNode.call( this, model, $( '<tr>' ) ); |
| 12 | + es.DocumentViewBranchNode.call( this, model, $( '<tr>' ), true ); |
13 | 13 | |
14 | 14 | // DOM Changes |
15 | 15 | this.$.attr( 'style', model.getElementAttribute( 'html/style' ) ); |