Skip to content

Commit

Permalink
Remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmr1993 committed Nov 20, 2014
1 parent af7acb1 commit b52f005
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion content_scripts/link_hints.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ LinkHints =

else if event.keyCode == keyCodes.space
rotateOverlappingMarkers(hintMarkers, not event.shiftKey)
return

# TODO(philc): Ignore keys that have modifiers.
else if (KeyboardUtils.isEscape(event))
Expand Down

0 comments on commit b52f005

Please sign in to comment.