Skip to content

Commit

Permalink
docs(api): make VirtualType#_applyDefaultGetters() private, was publi…
Browse files Browse the repository at this point in the history
…c by mistake
  • Loading branch information
vkarpov15 committed Jan 14, 2019
1 parent 4146bf3 commit 60a68df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/virtualtype.js
Expand Up @@ -31,7 +31,7 @@ function VirtualType(options, name) {
*
* @param {Function} fn
* @return {VirtualType} this
* @api public
* @api private
*/

VirtualType.prototype._applyDefaultGetters = function() {
Expand Down

0 comments on commit 60a68df

Please sign in to comment.