fix eslint errors

This commit is contained in:
Jeff Nusz 2017-03-17 12:42:26 -07:00
parent 15be652664
commit b6fd94dfc1

View File

@ -90,7 +90,6 @@ const Common = {
// if the function is called repeatedly, wait until threshold passes until we execute the function // if the function is called repeatedly, wait until threshold passes until we execute the function
debounce: function(func, threshold, callImmediately) { debounce: function(func, threshold, callImmediately) {
let timeout; let timeout;
return function() { return function() {