chore: Better comment

This commit is contained in:
Johannes Schill 2019-01-24 12:51:11 +01:00
parent a91037fb50
commit cf44c0cf87

View File

@ -1,5 +1,5 @@
// Slightly modified: https://raw.githubusercontent.com/malte-wessel/react-custom-scrollbars/master/src/utils/getScrollbarWidth.js
// No "dom-css" dependancy
// Slightly modified, but without dependancies:
// https://raw.githubusercontent.com/malte-wessel/react-custom-scrollbars/master/src/utils/getScrollbarWidth.js
let scrollbarWidth = null;
export default function getScrollbarWidth() {