Completed
Push — master ( 0eca45...3167be )
by Alexis
08:51
created

src/Core/Resources/assets/js/app.js   A

Complexity

Total Complexity 2
Complexity/F 1

Size

Lines of Code 5
Function Count 2

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 2
dl 0
loc 5
rs 10
c 0
b 0
f 0
cc 0
nc 1
mnd 0
bc 2
fnc 2
bpm 1
cpm 1
noi 0
1
2
$(function () {
3
    $('.message .close').on('click', function () {
4
        $(this).closest('.message').transition('fade');
5
    });
6
});
7