mediawiki-extensions-Visual.../tests/ve/ve.LeafNode.test.js
Catrope 748b34cc49 ve2 -> ve in the tests directory too
Change-Id: I30b56b1c43202d8cb6af397d2813b19b1a71d30e
2012-06-19 18:36:34 -07:00

13 lines
178 B
JavaScript

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