mediawiki-extensions-Visual.../tests/ve2/dm/ve.dm.LeafNode.test.js

13 lines
206 B
JavaScript
Raw Normal View History

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 */