mirror of
https://github.com/espocrm/espocrm.git
synced 2026-03-03 02:57:01 +00:00
dics fixes
This commit is contained in:
@@ -93,6 +93,7 @@ define('collection', [], function () {
|
|||||||
*
|
*
|
||||||
* @name entityType
|
* @name entityType
|
||||||
* @type {string}
|
* @type {string}
|
||||||
|
* @memberof Espo.Collection.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -100,6 +101,7 @@ define('collection', [], function () {
|
|||||||
*
|
*
|
||||||
* @name length
|
* @name length
|
||||||
* @type {number}
|
* @type {number}
|
||||||
|
* @memberof Espo.Collection.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -107,6 +109,7 @@ define('collection', [], function () {
|
|||||||
*
|
*
|
||||||
* @name length
|
* @name length
|
||||||
* @type {Espo.Model[]}
|
* @type {Espo.Model[]}
|
||||||
|
* @memberof Espo.Collection.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -88,6 +88,7 @@ define('model', [], function () {
|
|||||||
* @name entityType
|
* @name entityType
|
||||||
* @property {string}
|
* @property {string}
|
||||||
* @public
|
* @public
|
||||||
|
* @memberof Espo.Model.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -96,6 +97,7 @@ define('model', [], function () {
|
|||||||
* @name cid
|
* @name cid
|
||||||
* @type {?string}
|
* @type {?string}
|
||||||
* @public
|
* @public
|
||||||
|
* @memberof Espo.Model.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -104,6 +106,7 @@ define('model', [], function () {
|
|||||||
* @name cid
|
* @name cid
|
||||||
* @type {string}
|
* @type {string}
|
||||||
* @public
|
* @public
|
||||||
|
* @memberof Espo.Model.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -112,6 +115,7 @@ define('model', [], function () {
|
|||||||
* @name attributes
|
* @name attributes
|
||||||
* @type {Object}
|
* @type {Object}
|
||||||
* @public
|
* @public
|
||||||
|
* @memberof Espo.Model.prototype
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -46,6 +46,7 @@ define('view', [], function () {
|
|||||||
*
|
*
|
||||||
* @name model
|
* @name model
|
||||||
* @type {?Espo.Model}
|
* @type {?Espo.Model}
|
||||||
|
* @memberof Espo.View.prototype
|
||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -54,6 +55,7 @@ define('view', [], function () {
|
|||||||
*
|
*
|
||||||
* @name collection
|
* @name collection
|
||||||
* @type {?Espo.Collection}
|
* @type {?Espo.Collection}
|
||||||
|
* @memberof Espo.View.prototype
|
||||||
* @public
|
* @public
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user