Merge pull request #4767 from timvandermeij/cleanup
Removes unused code from web/compatibility.js
This commit is contained in:
commit
c299acf350
@ -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…
Reference in New Issue
Block a user