Fix constructor JSDoc

This commit is contained in:
crandmck 2014-04-23 15:20:18 -07:00
parent e9d7b54ec6
commit 1676ac6e58
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,7 @@ var debug = require('debug')('loopback:security:access-context');
* resources
*
* @class
* @options {Object} context The context object
* @property {Principal[]} principals An array of principals
* @property {Function} model The model class
* @property {String} modelName The model name
@ -16,7 +17,6 @@ var debug = require('debug')('loopback:security:access-context');
* @property {String} accessType The access type
* @property {AccessToken} accessToken The access token
*
* @param {Object} context The context object
* @returns {AccessContext}
* @constructor
*/