Skip to content

Commit 4584937

Browse files
committed
minor fixes
1 parent 844b96a commit 4584937

File tree

1 file changed

+1
-0
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/_js.view

1 file changed

+1
-0
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/_js.view/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ describe('debounce', function () {
4444
obj.f('test');
4545
this.clock.tick(5000);
4646
});
47+
4748
});

0 commit comments

Comments
 (0)