mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Removes unused code from web/compatibility.js
This commit is contained in:
parent
fd4fc89213
commit
53f3b1326a
1 changed files with 0 additions and 1 deletions
|
@ -571,7 +571,6 @@ if (typeof PDFJS === 'undefined') {
|
|||
}
|
||||
window.requestAnimationFrame =
|
||||
window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame ||
|
||||
window.oRequestAnimationFrame || window.msRequestAnimationFrame ||
|
||||
(function fakeRequestAnimationFrame(callback) {
|
||||
window.setTimeout(callback, 20);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue