remove @private from jsdoc

This commit is contained in:
Manu Phatak 2016-04-30 18:14:52 -05:00
parent 69b2b41692
commit 455f0fc0ac
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ module.exports = function(loopback) {
* context, try the parent one
* @param {String} name Name of the context property
* @returns {*} Value of the context property
* @private
*/
ChainedContext.prototype.get = function(name) {
var val = this.child && this.child.get(name);