mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Remove unused variables
This commit is contained in:
parent
0a21c8c365
commit
df81b832bb
14 changed files with 17 additions and 29 deletions
|
@ -2201,11 +2201,11 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||
return this.cachedGetSinglePixelWidth;
|
||||
},
|
||||
getCanvasPosition: function CanvasGraphics_getCanvasPosition(x, y) {
|
||||
var transform = this.ctx.mozCurrentTransform;
|
||||
return [
|
||||
transform[0] * x + transform[2] * y + transform[4],
|
||||
transform[1] * x + transform[3] * y + transform[5]
|
||||
];
|
||||
var transform = this.ctx.mozCurrentTransform;
|
||||
return [
|
||||
transform[0] * x + transform[2] * y + transform[4],
|
||||
transform[1] * x + transform[3] * y + transform[5]
|
||||
];
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue