Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
staramir committed Jun 16, 2015
1 parent 8dde75e commit 7d19799
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debounce/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ describe('debounce', function() {
var debounced = debounce(function() {
assert(new Date() - now > 10);
done();
called++;
}, 10);
debounced();
});
Expand Down

0 comments on commit 7d19799

Please sign in to comment.