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