comparison 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
comparison
equal deleted inserted replaced
2692:7ff393f1fefa 2693:31af72ea5e61
267 if (a !== this) { 267 if (a !== this) {
268 a.value = 0; 268 a.value = 0;
269 } else { 269 } else {
270 a.value = 1; 270 a.value = 1;
271 } 271 }
272 a.parent.metric.moved(time, obj.value); 272 a.parent.metric.moved(time, a.value);
273 }, this); 273 }, this);
274 console.log("Selected " + this.id + ' (' + time + ')'); 274 console.log("Selected " + this.id + ' (' + time + ')');
275 }; 275 };
276 this.playback.setAttribute("playstate", "ready"); 276 this.playback.setAttribute("playstate", "ready");
277 this.playbackClicked = function () { 277 this.playbackClicked = function () {