Skip to content

Commit 4b057e8

Browse files
committed
Move polyfill to dist/extras
1 parent fe45c31 commit 4b057e8

File tree

2 files changed

+1
-42
lines changed

2 files changed

+1
-42
lines changed

src/lib/request_animation_frame.js

-42
This file was deleted.

tasks/stats.js

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ function getInfoContent() {
5252
'',
5353
'```html',
5454
'<script>if(typeof window.Int16Array !== \'function\')document.write("<scri"+"pt src=\'extras/typedarray.min.js\'></scr"+"ipt>");</script>',
55+
'<script>document.write("<scri"+"pt src=\'extras/request_animation_frame.js\'></scr"+"ipt>");</script>',
5556
'```',
5657
'',
5758
'before the plotly.js script tag.',

0 commit comments

Comments
 (0)