# HG changeset patch # User Nicholas Jillings # Date 1498594275 -3600 # Node ID 446f344eaa50ff970dc6385926f01064199050bb # Parent 033027759cf775749c26c43844aa702dfb0ba46b# Parent ba5fa3d301235251ec4904d3387495c08aa14a33 Merge branch 'hot_fix' into vnext diff -r 033027759cf7 -r 446f344eaa50 interfaces/ABX.js --- a/interfaces/ABX.js Mon Jun 26 11:59:39 2017 +0100 +++ b/interfaces/ABX.js Tue Jun 27 21:11:15 2017 +0100 @@ -238,9 +238,9 @@ $(".comparator-selector").removeClass('selected'); $(this.selector).addClass('selected'); interfaceContext.comparator.pair.forEach(function (obj) { - obj.value = 1.0 * obj === this; + obj.value = 1.0 * (obj === this); obj.parent.metric.moved(time, obj.value); - }); + }, this); console.log("Selected " + this.id + ' (' + time + ')'); }; this.playback.setAttribute("playstate", "ready");