Added documentation for attach_extend()
parent
61985eea47
commit
86bbef6f77
|
@ -160,6 +160,13 @@ exports.extend = function( base )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Attaches extend method to the given function's prototype
|
||||||
|
*
|
||||||
|
* @param {Function} func function to attach method to
|
||||||
|
*
|
||||||
|
* @return undefined
|
||||||
|
*/
|
||||||
var attach_extend = function( func )
|
var attach_extend = function( func )
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue