add v2 lib
This commit is contained in:
parent
d666a13d72
commit
8ca929c8e5
18 changed files with 252 additions and 15 deletions
|
@ -1,20 +0,0 @@
|
|||
/**
|
||||
* Менеджер тип групп.<br>
|
||||
|
||||
*
|
||||
* @namespace ModelTypes
|
||||
*/
|
||||
function ModelTypes() {
|
||||
/**
|
||||
* Вернет ссылку на Тип группы.
|
||||
*
|
||||
* @public
|
||||
* @function get
|
||||
* @param {v2.string} modelType Адрес модели
|
||||
* @returns {tools.promise}
|
||||
* @memberof ModelTypes
|
||||
*/
|
||||
this.get = function (modelType) {
|
||||
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue