mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #5571 from timvandermeij/annotation-rewrite-2
Remove unused hasOperatorList code
This commit is contained in:
commit
50fe7c8d0a
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue