1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #4767 from timvandermeij/cleanup

Removes unused code from web/compatibility.js
This commit is contained in:
Yury Delendik 2014-05-09 14:37:38 -05:00
commit c299acf350

View file

@ -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);
});