]> git.parisson.com Git - pdf.js.git/commit
Refactor the repeat logic in readBlock function.
authorKalervo Kujala <kkujala@>
Sat, 10 Sep 2011 17:06:03 +0000 (20:06 +0300)
committerKalervo Kujala <kkujala@>
Sat, 10 Sep 2011 17:06:03 +0000 (20:06 +0300)
commitd54e425a96e2e5d3f68eababc3140eeedbcda900
tree0b0223e5726b9532517a5e282fdfdd70c3995586
parent6245073ad91bc6e8ba641517756c819e1a3f2662
Refactor the repeat logic in readBlock function.

In the function repeat the variabe i is not defined in the scope of the
function. This function was from moved by
92fa629d107cf4de1cb486366d783e890e153306 from its original place which had
the i as defined. This fix avoids the scope dependency.
pdf.js