Skip to content

Commit 652a5e6

Browse files
committed
Ignore private functions
1 parent 23ad568 commit 652a5e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/utils/Class.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function hasNonConfigurable (obj, k)
7070
* Extends the given `myClass` object's prototype with the properties of `definition`.
7171
*
7272
* @function extend
73+
* @ignore
7374
* @param {Object} ctor The constructor object to mix into.
7475
* @param {Object} definition A dictionary of functions for the class.
7576
* @param {boolean} isClassDescriptor Is the definition a class descriptor?
@@ -121,6 +122,7 @@ function extend (ctor, definition, isClassDescriptor, extend)
121122
* Applies the given `mixins` to the prototype of `myClass`.
122123
*
123124
* @function mixin
125+
* @ignore
124126
* @param {Object} myClass The constructor object to mix into.
125127
* @param {Object|Array<Object>} mixins The mixins to apply to the constructor.
126128
*/

0 commit comments

Comments
 (0)