From c7bead4107e29460c583234424b4f22656ce7917 Mon Sep 17 00:00:00 2001 From: Ritchie Martori Date: Fri, 20 Feb 2015 09:16:09 -0800 Subject: [PATCH] Minor doc fix --- lib/model.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/model.js b/lib/model.js index 3ecd2841..104142c3 100644 --- a/lib/model.js +++ b/lib/model.js @@ -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 */