Minor doc fix
This commit is contained in:
parent
6276773c0b
commit
c7bead4107
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue