mediawiki-extensions-Visual.../tests/ve2/ce/ve.ce.Node.test.js

18 lines
228 B
JavaScript
Raw Normal View History

module( 've.ce.Node' );
/* Stubs */
ve.ce.NodeStub = function( model ) {
// Inheritance
ve.ce.Node.call( this, model );
};
ve.extendClass( ve.ce.NodeStub, ve.ce.Node );
/* Tests */
/*
test( '', 1, function() {
//
} );
*/