Eslint cleanup (imports left), except template.

This commit is contained in:
Michał Lipiński
2017-02-17 23:22:07 +01:00
parent 753e47de13
commit 16413cc32a
6 changed files with 11 additions and 11 deletions

View File

@@ -59,11 +59,11 @@ const nativeMin = Math.min
*/
function debounce(func, wait, options) {
let lastArgs,
lastThis,
maxWait,
result,
timerId,
lastCallTime
lastThis,
maxWait,
result,
timerId,
lastCallTime
let lastInvokeTime = 0
let leading = false