Do not show appearance stream for text annotations
This commit is contained in:
parent
f8f4b3f45d
commit
da2c4d58ec
@ -336,9 +336,16 @@ var TextAnnotation = (function TextAnnotationClosure() {
|
|||||||
|
|
||||||
Util.inherit(TextAnnotation, Annotation, {
|
Util.inherit(TextAnnotation, Annotation, {
|
||||||
|
|
||||||
appendToOperatorList: function TextAnnotation_appendToOperatorList(
|
getOperatorList: function TextAnnotation_getOperatorList(evaluator) {
|
||||||
operatorList, dependencies, evaluator) {
|
var promise = new Promise();
|
||||||
return;
|
promise.resolve({
|
||||||
|
queue: {
|
||||||
|
fnArray: [],
|
||||||
|
argsArray: []
|
||||||
|
},
|
||||||
|
dependency: {}
|
||||||
|
});
|
||||||
|
return promise;
|
||||||
},
|
},
|
||||||
|
|
||||||
hasHtml: function TextAnnotation_hasHtml() {
|
hasHtml: function TextAnnotation_hasHtml() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user