This commit is contained in:
Kevin Sawicki
2013-06-03 10:50:13 -07:00
parent 3683f7e097
commit f90530f593

View File

@@ -35,7 +35,6 @@ class WindowEventHandler
@subscribe $(document), 'click', 'a', @openLink
openLink: (event) =>
location = $(event.target).attr('href')
return unless location