coope/lst/ctor-factory-sextend.js

5 lines
99 B
JavaScript

ctor.extend = function( dfn )
{
C.extend.call( this, dfn );
};