public/js/app.js   A
last analyzed

Complexity

Total Complexity 1
Complexity/F 1

Size

Lines of Code 7
Function Count 1

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 1
eloc 6
c 0
b 0
f 0
dl 0
loc 7
rs 10
mnd 0
bc 0
fnc 1
bpm 0
cpm 1
noi 1
1
(function () {
2
    'use strict';
3
    global.$ = require('../../node_modules/jquery/dist/jquery.min.js');
4
    global.jQuery = global.$;
5
    require('../../node_modules/bootstrap/dist/js/bootstrap.min.js');
6
    var dotHover = require('./hoverDot.js');
0 ignored issues
show
Unused Code introduced by
The variable dotHover seems to be never used. Consider removing it.
Loading history...
7
})();
8