%PDF- %PDF-
Direktori : /www/varak.net/wiki.varak.net/extensions/VisualEditor/lib/ve/src/ |
Current File : /www/varak.net/wiki.varak.net/extensions/VisualEditor/lib/ve/src/ve.LeafNode.js |
/*! * VisualEditor LeafNode mixin. * * @copyright 2011-2016 VisualEditor Team and others; see http://ve.mit-license.org */ /** * Leaf node mixin. * * @class * @abstract * @constructor */ ve.LeafNode = function VeLeafNode() { // }; /* Methods */ /** * Check if the node has children. * * @method * @return {boolean} Whether the node has children */ ve.LeafNode.prototype.hasChildren = function () { return false; };