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