1
0
Fork 0
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:
eug48 2013-05-10 13:26:28 +10:00
parent bae7b54f5f
commit c195daf85e
3 changed files with 7 additions and 7 deletions

View file

@ -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