diff --git a/nengo_gui/static/sim_control.js b/nengo_gui/static/sim_control.js index c53e1422..fdd3b2c3 100644 --- a/nengo_gui/static/sim_control.js +++ b/nengo_gui/static/sim_control.js @@ -356,8 +356,7 @@ Nengo.TimeSlider.prototype.update_kept_time = function(kept_time) { Nengo.set_transform(this.shown_div, x, 0); /** update the time axis display */ - this.axis_g - .call(this.axis); + this.axis_g.call(this.axis); /** update any components who need to know the time changed */ this.sim.div.dispatchEvent(new Event('adjust_time'));