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
Merge pull request
#559
from brichbe/develop
No longer throw Error when MAX_REDRAWS count has been exceeded.
v3_develop
Alex
9 years ago
parent
764177417d
d08e11af32
commit
dfd9cf2a2b
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
lib/timeline/Core.js
+ 1
- 2
lib/timeline/Core.js
View File
@ -614,8 +614,7 @@ Core.prototype.redraw = function() {
this
.
redraw
(
)
;
}
else
{
console
.
log
(
'WARNING: infinite loop in redraw?'
)
throw
new
Error
(
"bla"
)
console
.
log
(
'WARNING: infinite loop in redraw?'
)
;
}
this
.
redrawCount
=
0
;
}
Write
Preview
Loading…
Cancel
Save