Test Setup Failed
Push — master ( 8ee19e...25278d )
by recca
05:07 queued 46s
created

resources/assets/js/jquery.js   A

Complexity

Total Complexity 1
Complexity/F 0

Size

Lines of Code 6
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 1
Metric Value
cc 1
nc 1
dl 0
loc 6
rs 10
c 2
b 0
f 1
wmc 1
noi 0
mnd 1
bc 0
fnc 0
bpm 0
cpm 0
1
'use strict';
2
3
const $ = (window.jQuery) ? window.jQuery : require('jquery');
4
$.migrateMute = true;
5
const jQuery = $;
6
window.jQuery = window.$ = $;
7