[Pkg-javascript-commits] [pdf.js] 116/139: Remove unused hasOperatorList code

David Prévot taffit at moszumanska.debian.org
Fri Jan 9 21:18:34 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit 91aa3925ee4276ef1bd2bb3f1feb4593f0a76a4e
Author: Tim van der Meij <timvandermeij at gmail.com>
Date:   Sun Dec 21 19:33:14 2014 +0100

    Remove unused hasOperatorList code
---
 src/core/annotation.js | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/src/core/annotation.js b/src/core/annotation.js
index 9277178..06ba73a 100644
--- a/src/core/annotation.js
+++ b/src/core/annotation.js
@@ -538,11 +538,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() {
     return url;
   }
 
-  Util.inherit(LinkAnnotation, InteractiveAnnotation, {
-    hasOperatorList: function LinkAnnotation_hasOperatorList() {
-      return false;
-    }
-  });
+  Util.inherit(LinkAnnotation, InteractiveAnnotation, { });
 
   return LinkAnnotation;
 })();

-- 
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