Browse Source

Removes unused code from web/compatibility.js

Tim van der Meij 11 years ago
parent
commit
53f3b1326a
  1. 1
      web/compatibility.js

1
web/compatibility.js

@ -571,7 +571,6 @@ if (typeof PDFJS === 'undefined') { @@ -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…
Cancel
Save