/** * Creates an es.TableCellView object. * * @class * @constructor * @extends {es.DocumentViewBranchNode} * @param {es.TableCellModel} model Table cell model to view */ es.TableCellView = function( model ) { // Inheritance es.DocumentViewBranchNode.call( this, model, $( '