убрал датасорсы и переработаны паблишеры

This commit is contained in:
Aleksey Chichenkov 2019-06-19 15:21:58 +03:00
parent 5335ac8c96
commit 34fc85333c
19 changed files with 319 additions and 127 deletions

View file

@ -38,18 +38,6 @@ function CoreConfig() {
};
/**
* Возвращает таг датасорс менеджера
*
* @public
* @function datasource_manager_tag
* @memberof CoreConfig
* @returns {v2.string}
*/
this.datasource_manager_tag = function () {
};
/**
* Возвращает таг менеджера пользователей
*