Commit 9ce7955a authored by csillag's avatar csillag

Merged upstream changes

parents 69cf068e 713c6a27
......@@ -561,9 +561,6 @@ class Hypothesis extends Annotator
annotation.id
renderAnnotation: (annotation) ->
text = annotation.text
rendered_text = @renderer.makeHtml(text)
annotation.rendered_text = rendered_text
annotation.rendered_text = @renderer.makeHtml(annotation.text)
window.Hypothesis = Hypothesis
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