dics fixes

This commit is contained in:
Yuri Kuznetsov
2022-06-11 12:56:42 +03:00
parent 9905cfa01b
commit 551427b5a1
3 changed files with 9 additions and 0 deletions

View File

@@ -93,6 +93,7 @@ define('collection', [], function () {
*
* @name entityType
* @type {string}
* @memberof Espo.Collection.prototype
*/
/**
@@ -100,6 +101,7 @@ define('collection', [], function () {
*
* @name length
* @type {number}
* @memberof Espo.Collection.prototype
*/
/**
@@ -107,6 +109,7 @@ define('collection', [], function () {
*
* @name length
* @type {Espo.Model[]}
* @memberof Espo.Collection.prototype
*/
/**

View File

@@ -88,6 +88,7 @@ define('model', [], function () {
* @name entityType
* @property {string}
* @public
* @memberof Espo.Model.prototype
*/
/**
@@ -96,6 +97,7 @@ define('model', [], function () {
* @name cid
* @type {?string}
* @public
* @memberof Espo.Model.prototype
*/
/**
@@ -104,6 +106,7 @@ define('model', [], function () {
* @name cid
* @type {string}
* @public
* @memberof Espo.Model.prototype
*/
/**
@@ -112,6 +115,7 @@ define('model', [], function () {
* @name attributes
* @type {Object}
* @public
* @memberof Espo.Model.prototype
*/
/**

View File

@@ -46,6 +46,7 @@ define('view', [], function () {
*
* @name model
* @type {?Espo.Model}
* @memberof Espo.View.prototype
* @public
*/
@@ -54,6 +55,7 @@ define('view', [], function () {
*
* @name collection
* @type {?Espo.Collection}
* @memberof Espo.View.prototype
* @public
*/