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
Add prefix to cancelAnimationFrame() (
#3087
)
gemini
wimrijnders
7 years ago
committed by
yotamberk
parent
0efc1ef7b9
commit
87cd18230d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/network/modules/CanvasRenderer.js
+ 1
- 1
lib/network/modules/CanvasRenderer.js
View File
@ -61,7 +61,7 @@ class CanvasRenderer {
clearTimeout
(
this
.
renderTimer
)
;
}
else
{
cancelAnimationFrame
(
this
.
renderTimer
)
;
window
.
cancelAnimationFrame
(
this
.
renderTimer
)
;
}
this
.
body
.
emitter
.
off
(
)
;
}
)
;
Write
Preview
Loading…
Cancel
Save