Skip to content

Commit

Permalink
Merge pull request #5571 from timvandermeij/annotation-rewrite-2
Browse files Browse the repository at this point in the history
Remove unused hasOperatorList code
  • Loading branch information
Snuffleupagus committed Dec 27, 2014
2 parents bcfdd5b + 91aa392 commit 50fe7c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/core/annotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
})();

0 comments on commit 50fe7c8

Please sign in to comment.