• Nick Stenning's avatar
    Simplify setVisibleHighlights function · 3ee0db43
    Nick Stenning authored
    setVisibleHighlights was previously two methods disguised as one, behind
    the "notify" parameter. This commit moves all the code related to
    actually changing local state into the onSetVisibleHighlights handler,
    making the setVisibleHighlights function responsible solely for firing
    the event.
    3ee0db43
guest.coffee 10.6 KB