Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
lint error fix (Windows doesn't auto-run and I missed it)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsclifton committed Sep 20, 2016
1 parent d573bc3 commit 74c77ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Main extends ImmutableComponent {
})
}

registerCustomTitlebarHandlers() {
registerCustomTitlebarHandlers () {
if (this.customTitlebar.enabled) {
document.addEventListener('keyup', (e) => {
const customTitlebar = this.customTitlebar
Expand Down

0 comments on commit 74c77ff

Please sign in to comment.