Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
c94a438f
Commit
c94a438f
authored
Nov 28, 2014
by
gergely-ujvari
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1732 from hypothesis/remove-some-dead-code
Remove some dead code
parents
b6ae16c1
7b8f2015
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
guest.coffee
h/static/scripts/guest.coffee
+0
-10
No files found.
h/static/scripts/guest.coffee
View file @
c94a438f
...
...
@@ -153,16 +153,6 @@ class Annotator.Guest extends Annotator
this
.
publish
"finalizeHighlights"
)
.
bind
(
'setFocusedHighlights'
,
(
ctx
,
tags
=
[])
=>
for
hl
in
@
getHighlights
()
annotation
=
hl
.
annotation
if
annotation
.
$
$tag
in
tags
hl
.
setFocused
true
,
true
else
hl
.
setFocused
false
,
true
this
.
publish
"finalizeHighlights"
)
.
bind
(
'scrollTo'
,
(
ctx
,
tag
)
=>
for
hl
in
@
getHighlights
()
if
hl
.
annotation
.
$
$tag
is
tag
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment