Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 18 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | import { Siteapp } from './siteapp.core'; |
||
2 | |||
3 | import Ui from '../../ui/siteapp.ui'; |
||
4 | import Action from '../../ui/siteapp.action'; |
||
5 | import Screenlayer from '../../ui/siteapp.screenlayer'; |
||
6 | import Screenpanel from '../../ui/siteapp.screenpanel'; |
||
7 | import Paneladapter from '../../ui/siteapp.paneladapter'; |
||
8 | |||
9 | Siteapp.prototype.UiManager = Ui; |
||
10 | Siteapp.UiManager = Ui; |
||
11 | Siteapp.prototype.UiManager.Action = Action; |
||
12 | Siteapp.UiManager.Action = Action; |
||
13 | Siteapp.prototype.UiManager.Screenlayer = Screenlayer; |
||
14 | Siteapp.UiManager.Screenlayer = Screenlayer; |
||
15 | Siteapp.prototype.UiManager.Screenpanel = Screenpanel; |
||
16 | Siteapp.UiManager.Screenpanel = Screenpanel; |
||
17 | Siteapp.prototype.UiManager.Paneladapter = Paneladapter; |
||
18 | Siteapp.UiManager.Paneladapter = Paneladapter; |