💄 Remove some lint

This commit is contained in:
Kevin Sawicki
2014-10-02 17:54:23 -07:00
parent 59aa3a446c
commit 98d31a1d30
3 changed files with 4 additions and 4 deletions

View File

@@ -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)