Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 113f67b

Browse files
authored
Merge pull request #180 from AtomLinter/arcanemagus/update-deps
Update dependencies
2 parents 74699d3 + df878a6 commit 113f67b

File tree

3 files changed

+2140
-2474
lines changed

3 files changed

+2140
-2474
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default {
6363
},
6464

6565
deactivate() {
66-
this.idleCallbacks.forEach(callbackID => window.cancelIdleCallback(callbackID));
66+
this.idleCallbacks.forEach((callbackID) => window.cancelIdleCallback(callbackID));
6767
this.idleCallbacks.clear();
6868
this.subscriptions.dispose();
6969
},

0 commit comments

Comments
 (0)