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