Skip to content

Instantly share code, notes, and snippets.

@blackxored
Created September 17, 2013 14:24
Show Gist options
  • Save blackxored/6595016 to your computer and use it in GitHub Desktop.
Save blackxored/6595016 to your computer and use it in GitHub Desktop.
$(document).on 'click', '.highlight-trigger' , (evt) ->
evt.preventDefault()
console.log "On highlight trigger"
highlightCurrentSelection() and deselectEverything()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment