From b6fd94dfc1a3cd5f6410cff649d795e1f708b2e0 Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Fri, 17 Mar 2017 12:42:26 -0700 Subject: [PATCH] fix eslint errors --- src/dat/utils/common.js | 1 - 1 file changed, 1 deletion(-) 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() {