diff interfaces/AB.js @ 2693:31af72ea5e61

Minor typo
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Sat, 11 Mar 2017 11:43:57 +0000
parents 388d77c8bfef
children 1ccc083552d5
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 + ')');
         };