This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Fix eslint problem on Travis. (
#2744
)
network_performance_pullrequest
Brad Hards
7 years ago
committed by
yotamberk
parent
cd30aa9f13
commit
d59c4a17f0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
)
;
}
Write
Preview
Loading…
Cancel
Save