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