Remove unused hasOperatorList code
This commit is contained in:
parent
6e994b15e2
commit
91aa3925ee
@ -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…
Reference in New Issue
Block a user