diff --git a/src/dat/utils/common.js b/src/dat/utils/common.js index 8a5283b..1b3ec0b 100644 --- a/src/dat/utils/common.js +++ b/src/dat/utils/common.js @@ -90,7 +90,6 @@ const Common = { // if the function is called repeatedly, wait until threshold passes until we execute the function debounce: function(func, threshold, callImmediately) { - let timeout; return function() {