Merge pull request #5571 from timvandermeij/annotation-rewrite-2
Remove unused hasOperatorList code
This commit is contained in:
commit
50fe7c8d0a
@ -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…
x
Reference in New Issue
Block a user