Browse Source

Fix eslint problem on Travis. (#2744)

network_performance_pullrequest
Brad Hards 7 years ago
committed by yotamberk
parent
commit
d59c4a17f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/timeline/Timeline.js

+ 1
- 1
lib/timeline/Timeline.js View File

@ -581,7 +581,7 @@ Timeline.prototype.toggleRollingMode = function () {
this.range.stopRolling();
} else {
if (this.options.rollingMode == undefined) {
this.setOptions(options)
this.setOptions(this.options)
}
this.range.startRolling();
}

Loading…
Cancel
Save