mirror of
https://github.com/atom/atom.git
synced 2026-02-08 13:45:09 -05:00
💄 Remove some lint
This commit is contained in:
@@ -65,7 +65,7 @@ class WorkspaceElement extends HTMLElement
|
||||
@addEventListener 'focus', @handleFocus.bind(this)
|
||||
handleWindowFocus = @handleWindowFocus.bind(this)
|
||||
window.addEventListener 'focus', handleWindowFocus
|
||||
@subscriptions.add(new Disposable => window.removeEventListener 'focus', handleWindowFocus)
|
||||
@subscriptions.add(new Disposable -> window.removeEventListener 'focus', handleWindowFocus)
|
||||
|
||||
@__spacePenView.setModel(@model)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user