/** * VisualEditor content editable TableRowNodw class. * * @copyright 2011-2012 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ /** * ContentEditable node for a table row. * * @class * @constructor * @extends {ve.ce.BranchNode} * @param model {ve.dm.TableRowNode} Model to observe */ ve.ce.TableRowNode = function ( model ) { // Inheritance ve.ce.BranchNode.call( this, 'tableRow', model, $( '