Page MenuHomeWickedGov Phorge

ve.ce.MWTranslateAnnotationNode.js
No OneTemporary

Size
777 B
Referenced Files
None
Subscribers
None

ve.ce.MWTranslateAnnotationNode.js

/*!
* VisualEditor ContentEditable MWTranslateAnnotationNode class.
*/
/**
* ContentEditable MediaWiki translate annotation node.
*
* @class
* @abstract
* @extends ve.ce.MWAnnotationNode
*
* @constructor
* @param {ve.dm.MWTranslateAnnotationNode} model Model to observe
* @param {Object} [config] Configuration options
*/
ve.ce.MWTranslateAnnotationNode = function VeCeMWTranslateAnnotationNode() {
// Parent constructor
ve.ce.MWTranslateAnnotationNode.super.apply( this, arguments );
};
/* Inheritance */
OO.inheritClass( ve.ce.MWTranslateAnnotationNode, ve.ce.MWAnnotationNode );
/* Static members */
ve.ce.MWTranslateAnnotationNode.static.name = 'mwTranslateAnnotation';
/* Registration */
ve.ce.nodeFactory.register( ve.ce.MWTranslateAnnotationNode );

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 15:51 (3 w, 6 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b5/e0/4b038d6346fe372a7e3b5249b574
Default Alt Text
ve.ce.MWTranslateAnnotationNode.js (777 B)

Event Timeline