Skip to content

Commit 8be9c39

Browse files
committed
Reintroduce default value for argument in LinkHints::activateLink
1 parent 4a95a75 commit 8be9c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content_scripts/link_hints.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class LinkHintsMode
359359
# When only one hint remains, activate it in the appropriate way. The current frame may or may not contain
360360
# the matched link, and may or may not have the focus. The resulting four cases are accounted for here by
361361
# selectively pushing the appropriate HintCoordinator.onExit handlers.
362-
activateLink: (linkMatched, userMightOverType) ->
362+
activateLink: (linkMatched, userMightOverType = false) ->
363363
@removeHintMarkers()
364364

365365
if linkMatched.isLocalMarker

0 commit comments

Comments
 (0)