Page MenuHomeWickedGov Phorge

ve.LeafNode.js
No OneTemporary

Size
370 B
Referenced Files
None
Subscribers
None

ve.LeafNode.js

/*!
* VisualEditor LeafNode mixin.
*
* @copyright See AUTHORS.txt
*/
/**
* Leaf node mixin.
*
* @class
* @abstract
* @constructor
*/
ve.LeafNode = function VeLeafNode() {
//
};
/* Methods */
/**
* Check if the node has children.
*
* @return {boolean} Whether the node has children
*/
ve.LeafNode.prototype.hasChildren = function () {
return false;
};

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 05:45 (8 h, 29 m ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
81/2f/3d5bcf02ba12ee38c8739ab35445
Default Alt Text
ve.LeafNode.js (370 B)

Event Timeline