assets/yii2-floor12-lightbox-params.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 5
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 4
dl 0
loc 5
c 0
b 0
f 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 1
1
lightbox.option({
0 ignored issues
show
Bug introduced by
The variable lightbox seems to be never declared. If this is a global, consider adding a /** global: lightbox */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    'resizeDuration': 50,
3
    'fadeDuration': 50,
4
    'imageFadeDuration': 50,
5
});