/*! * VisualEditor ContentEditable MWGalleryNode class. * * @copyright 2011-2019 VisualEditor Team and others; see AUTHORS.txt * @license The MIT License (MIT); see LICENSE.txt */ /** * ContentEditable MediaWiki gallery node. * * @class * @extends ve.ce.BranchNode * @mixins ve.ce.FocusableNode * * @constructor * @param {ve.dm.MWGalleryNode} model Model to observe * @param {Object} [config] Configuration options */ ve.ce.MWGalleryNode = function VeCeMWGalleryNode() { // Parent constructor ve.ce.MWGalleryNode.super.apply( this, arguments ); // DOM hierarchy for MWGalleryNode: //