изменил иерархию файлов

This commit is contained in:
Aleksey Chichenkov 2018-09-24 19:03:29 +03:00
parent 9ef7ac0df9
commit dd1eed15cf
52 changed files with 1602 additions and 938 deletions

View file

@ -0,0 +1,12 @@
/**
* Отнаследовано от глобального дерева. <br>
* Ноды этого дерева имеют доступ к атрибутам
*
* @group manager
* @class GlobalAttributeTree
* @extends Trees.GlobalTree
* @memberof Trees
*/
function GlobalAttributeTree() {
}