mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Fix after rebase
This commit is contained in:
parent
7ddce7f586
commit
b22bfad5ec
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ var Page = (function PageClosure() {
|
||||||
var pe = this.pe = new PartialEvaluator(
|
var pe = this.pe = new PartialEvaluator(
|
||||||
xref, handler, 'p' + this.pageNumber + '_');
|
xref, handler, 'p' + this.pageNumber + '_');
|
||||||
|
|
||||||
this.operatorList = pe.getOperatorList(content, resources, dependency));
|
this.operatorList = pe.getOperatorList(content, resources, dependency);
|
||||||
this.stats.timeEnd('Build IR Queue');
|
this.stats.timeEnd('Build IR Queue');
|
||||||
return this.operatorList;
|
return this.operatorList;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue