js/entries/plugins/siteapp.ui.js   A
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 18
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
c 1
b 0
f 0
nc 1
dl 0
loc 18
rs 10
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 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;