Commit 090221f5 authored by Randall Leeds's avatar Randall Leeds

Remove commented out code

parent df382070
...@@ -49,15 +49,6 @@ class Annotator.Plugin.Toolbar extends Annotator.Plugin ...@@ -49,15 +49,6 @@ class Annotator.Plugin.Toolbar extends Annotator.Plugin
state = not @annotator.visibleHighlights state = not @annotator.visibleHighlights
@annotator.setVisibleHighlights state @annotator.setVisibleHighlights state
, ,
## TODO: if we are going to allow highlighting on mobile we should show this button on a selection (mobile only).
# "title": "Highlighting Mode"
# "class": "h-icon-highlighter"
# "on":
# "click": (event) =>
# event.preventDefault()
# event.stopPropagation()
# @annotator.onHighlighterClick()
# ,
"title": "New Comment" "title": "New Comment"
"class": "h-icon-mode-comment" "class": "h-icon-mode-comment"
"on": "on":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment