diff --git a/lib/class.js b/lib/class.js index 338c3ef..1998b88 100644 --- a/lib/class.js +++ b/lib/class.js @@ -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 ) { /**