start: function() { this._timerID = setInterval(this.redraw.bind(this), 1000); }, stop: function() { clearInterval(this._timerID); },