mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 00:27:01 +00:00
dics fixes
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user