Skip to content

Commit

Permalink
FIx lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 28, 2019
1 parent cc6ef0e commit 1e56b0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/debounce.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@

const testEnqueue = (shouldFlush, done) => {
const actualOrder = [];
let i=1;
const enqueue = (type, {db, cb} = {}) => {
cb = cb || (() => actualOrder.push(cb));
db = Debouncer.debounce(db, type, cb);
Expand Down

0 comments on commit 1e56b0e

Please sign in to comment.