[Pkg-javascript-commits] [pdf.js] 108/210: Removes unused code from	web/compatibility.js
    David Prévot 
    taffit at moszumanska.debian.org
       
    Thu Jun  5 14:21:07 UTC 2014
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch upstream
in repository pdf.js.
commit 53f3b1326a4df423ee52b726380bf574952a435b
Author: Tim van der Meij <timvandermeij at gmail.com>
Date:   Fri May 9 21:26:07 2014 +0200
    Removes unused code from web/compatibility.js
---
 web/compatibility.js | 1 -
 1 file changed, 1 deletion(-)
diff --git a/web/compatibility.js b/web/compatibility.js
index 0e2dba1..98dc839 100644
--- a/web/compatibility.js
+++ b/web/compatibility.js
@@ -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);
     });
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
    
    
More information about the Pkg-javascript-commits
mailing list