Commit c9f387cf authored by Jehan Tremback's avatar Jehan Tremback Committed by Randall Leeds

fixed heatmap tab flipping js

changed bucket var to global
parent c91331f2
......@@ -229,7 +229,7 @@ class Hypothesis extends Annotator
this.showViewer(annotations)
this.show()
tabs.classed('flip', (d) => bucket == d)
tabs.classed('flip', (d) => @bucket == d)
this
......
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