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
69499053
Commit
69499053
authored
Nov 26, 2013
by
csillag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Generate less useless messages on and around the bridge
parent
8821246e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
bridge.coffee
h/js/plugin/bridge.coffee
+7
-4
No files found.
h/js/plugin/bridge.coffee
View file @
69499053
...
...
@@ -154,7 +154,8 @@ class Annotator.Plugin.Bridge extends Annotator.Plugin
this
.
_parse
a
for
a
in
annotations
when
@
cache
[
a
.
tag
]
# Then collect the new ones
annotations
=
(
this
.
_parse
a
for
a
in
annotations
when
not
@
cache
[
a
.
tag
])
@
annotator
.
loadAnnotations
annotations
if
annotations
.
length
@
annotator
.
loadAnnotations
annotations
)
.
bind
(
'showEditor'
,
(
ctx
,
annotation
)
=>
...
...
@@ -240,9 +241,11 @@ class Annotator.Plugin.Bridge extends Annotator.Plugin
scope
:
scope
onReady
:
=>
options
.
onConnect
.
call
@
annotator
,
source
,
origin
,
scope
channel
.
notify
method
:
'loadAnnotations'
params
:
(
this
.
_format
a
for
t
,
a
of
@
cache
)
annotations
=
(
this
.
_format
a
for
t
,
a
of
@
cache
)
if
annotations
.
length
channel
.
notify
method
:
'loadAnnotations'
params
:
annotations
channel
=
this
.
_build
options
...
...
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