module( 've.dm.LeafNode' ); /* Stubs */ ve.dm.LeafNodeStub = function() { // Inheritance ve.dm.LeafNode.call( this, 'leaf-stub' ); }; ve.extendClass( ve.dm.LeafNodeStub, ve.dm.LeafNode ); /* Tests */