r101564 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101563‎ | r101564 | r101565 >
Date:00:40, 2 November 2011
Author:inez
Status:deferred
Tags:
Comment:
Table rows are places horizontaly next to each other
Modified paths:
  • /trunk/parsers/wikidom/lib/hype/views/es.TableRowView.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/hype/views/es.TableRowView.js
@@ -8,7 +8,7 @@
99 */
1010 es.TableRowView = function( model ) {
1111 // Inheritance
12 - es.DocumentViewBranchNode.call( this, model, $( '<tr>' ) );
 12+ es.DocumentViewBranchNode.call( this, model, $( '<tr>' ), true );
1313
1414 // DOM Changes
1515 this.$.attr( 'style', model.getElementAttribute( 'html/style' ) );

Status & tagging log