Файловый менеджер - Редактировать - /var/www/html/mediawiki-1.43.1/extensions/Math/modules/ve-math/ve.dm.MWLatexNode.js
Ðазад
/*! * VisualEditor DataModel MWLatexNode class. * * An abstract class that has most of the common functionality * for the different tags in the Math extension. * * @copyright See AUTHORS.txt * @license MIT */ /** * DataModel MediaWiki abstract LaTeX node: <math>, <chem>, etc. * * @abstract * @class * @extends ve.dm.MWInlineExtensionNode * * @constructor * @param {Object} [element] */ ve.dm.MWLatexNode = function VeDmMWLatexNode() { // Parent constructor ve.dm.MWLatexNode.super.apply( this, arguments ); }; /* Inheritance */ OO.inheritClass( ve.dm.MWLatexNode, ve.dm.MWInlineExtensionNode ); /* Static members */ ve.dm.MWLatexNode.static.tagName = 'img'; /* Static Methods */ /** * @inheritdoc ve.dm.GeneratedContentNode */ ve.dm.MWLatexNode.static.getHashObjectForRendering = function ( dataElement ) { // Parent method const hashObject = ve.dm.MWLatexNode.super.static.getHashObjectForRendering.call( this, dataElement ); // The id does not affect the rendering. if ( hashObject.mw.attrs ) { delete hashObject.mw.attrs.id; } return hashObject; };
| ver. 1.1 | |
.
| PHP 8.4.18 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка