Completed
Push — develop ( 7c06c6...4000c8 )
by William
27s
created

app/watchscroll.js   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 2
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 1 Features 0
Metric Value
c 1
b 1
f 0
nc 1
dl 0
loc 2
cc 0
rs 10
noi 0
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
1
console.log('Scrolling to bottom');
2
document.body.scrollTop = document.body.scrollHeight;
3