Skip to content

Commit

Permalink
Merge pull request mozilla#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 authored and speedplane committed Feb 24, 2015
2 parents cb0de95 + 1db4c3c commit a294e1d
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 a294e1d

Please sign in to comment.