mirror of
https://github.com/atom/atom.git
synced 2026-02-02 02:35:00 -05:00
💄
This commit is contained in:
@@ -35,7 +35,6 @@ class WindowEventHandler
|
||||
|
||||
@subscribe $(document), 'click', 'a', @openLink
|
||||
|
||||
|
||||
openLink: (event) =>
|
||||
location = $(event.target).attr('href')
|
||||
return unless location
|
||||
|
||||
Reference in New Issue
Block a user