Minor doc fix

This commit is contained in:
Ritchie Martori 2015-02-20 09:16:09 -08:00
parent 6276773c0b
commit c7bead4107
1 changed files with 3 additions and 2 deletions

View File

@ -87,8 +87,9 @@ var stringUtils = require('underscore.string');
* ```
*
* @param {Object} data
* @property {String} modelName The name of the model. Static property.
* @property {DataSource} dataSource Data source to which the model is connected, if any. Static property.
* @property {String} Model.modelName The name of the model. Static property.
* @property {DataSource} Model.dataSource Data source to which the model is connected, if any. Static property.
* @property {SharedClass} Model.sharedMethod The `strong-remoting` [SharedClass](http://apidocs.strongloop.com/strong-remoting/#sharedclass) that contains remoting (and http) metadata. Static property.
* @class
*/