changeset 2693:31af72ea5e61

Minor typo
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Sat, 11 Mar 2017 11:43:57 +0000
parents 7ff393f1fefa
children 1ccc083552d5
files interfaces/AB.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/interfaces/AB.js	Sat Mar 11 11:39:33 2017 +0000
+++ b/interfaces/AB.js	Sat Mar 11 11:43:57 2017 +0000
@@ -269,7 +269,7 @@
                 } else {
                     a.value = 1;
                 }
-                a.parent.metric.moved(time, obj.value);
+                a.parent.metric.moved(time, a.value);
             }, this);
             console.log("Selected " + this.id + ' (' + time + ')');
         };