mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 10:15:37 +02:00
Style nits.
This commit is contained in:
parent
0d370fd206
commit
176452c988
5 changed files with 6 additions and 6 deletions
|
@ -179,7 +179,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
|
|||
return loadedName;
|
||||
}
|
||||
|
||||
function buildPaintImageXObject(image, inline) {
|
||||
function buildPaintImageXObject(image, inline) {
|
||||
var dict = image.dict;
|
||||
var w = dict.get('Width', 'W');
|
||||
var h = dict.get('Height', 'H');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue