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() { // } ); */