Fix Model#settings.acls doc type signature
This commit is contained in:
parent
f85551b715
commit
065eedab7b
|
@ -102,7 +102,7 @@ module.exports = function(registry) {
|
||||||
* @property {SharedClass} Model.sharedMethod The `strong-remoting` [SharedClass](http://apidocs.strongloop.com/strong-remoting/#sharedclass) that contains remoting (and http) metadata. 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.
|
||||||
* @property {Object} settings Contains additional model settings.
|
* @property {Object} settings Contains additional model settings.
|
||||||
* @property {string} settings.http.path Base URL of the model HTTP route.
|
* @property {string} settings.http.path Base URL of the model HTTP route.
|
||||||
* @property {Array.<string>} settings.acls Array of ACLs for the model.
|
* @property {Array.<Object>} settings.acls Array of ACLs for the model.
|
||||||
* @class
|
* @class
|
||||||
*/
|
*/
|
||||||
var Model = registry.modelBuilder.define('Model');
|
var Model = registry.modelBuilder.define('Model');
|
||||||
|
|
Loading…
Reference in New Issue