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