mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Remove stream.parameters which wasn't being set consistently. Fixes issue #2881.
This commit is contained in:
parent
bae7b54f5f
commit
c195daf85e
3 changed files with 7 additions and 7 deletions
|
@ -26,7 +26,7 @@ var Stream = (function StreamClosure() {
|
|||
this.start = start || 0;
|
||||
this.pos = this.start;
|
||||
this.end = (start + length) || this.bytes.length;
|
||||
this.parameters = this.dict = dict;
|
||||
this.dict = dict;
|
||||
}
|
||||
|
||||
// required methods for a stream. if a particular stream does not
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue