mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-01 09:26:37 +00:00
Merge "Document constructor params for dm.MWMathNode and dm.MWExtensionNode"
This commit is contained in:
commit
40a8e9ef12
|
@ -13,6 +13,8 @@
|
||||||
* @mixins ve.dm.GeneratedContentNode
|
* @mixins ve.dm.GeneratedContentNode
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
|
* @param {number} [length] Length of content data (ignored, forced to 0)
|
||||||
|
* @param {Object} [element] Reference to element in linear model
|
||||||
*/
|
*/
|
||||||
ve.dm.MWExtensionNode = function VeDmMWExtensionNode( length, element ) {
|
ve.dm.MWExtensionNode = function VeDmMWExtensionNode( length, element ) {
|
||||||
// Parent constructor
|
// Parent constructor
|
||||||
|
|
|
@ -12,6 +12,8 @@
|
||||||
* @extends ve.dm.MWExtensionNode
|
* @extends ve.dm.MWExtensionNode
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
|
* @param {number} [length] Length of content data (ignored, forced to 0)
|
||||||
|
* @param {Object} [element] Reference to element in linear model
|
||||||
*/
|
*/
|
||||||
ve.dm.MWMathNode = function VeDmMWMathNode( length, element ) {
|
ve.dm.MWMathNode = function VeDmMWMathNode( length, element ) {
|
||||||
// Parent constructor
|
// Parent constructor
|
||||||
|
|
Loading…
Reference in a new issue