Merge pull request #2273 from bionikspoon/patch-1

remove @private from jsdoc
This commit is contained in:
Simon Ho 2016-04-30 18:21:27 -07:00
commit 972a657759
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);