mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +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(
|
||||
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');
|
||||
return this.operatorList;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue