Remove unused hasOperatorList code
This commit is contained in:
parent
6e994b15e2
commit
91aa3925ee
1 changed files with 1 additions and 5 deletions
|
@ -538,11 +538,7 @@ var LinkAnnotation = (function LinkAnnotationClosure() {
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
Util.inherit(LinkAnnotation, InteractiveAnnotation, {
|
Util.inherit(LinkAnnotation, InteractiveAnnotation, { });
|
||||||
hasOperatorList: function LinkAnnotation_hasOperatorList() {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
return LinkAnnotation;
|
return LinkAnnotation;
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue