mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Lint - fixing double quotes
This commit is contained in:
parent
07b52bf1c6
commit
25448945a4
1 changed files with 2 additions and 2 deletions
4
pdf.js
4
pdf.js
|
@ -4888,8 +4888,8 @@ var CanvasExtraState = (function canvasExtraState() {
|
|||
this.fillColorObj = null;
|
||||
this.strokeColorObj = null;
|
||||
// Default fore and background colors
|
||||
this.fillColor = "#000000";
|
||||
this.strokeColor = "#000000";
|
||||
this.fillColor = '#000000';
|
||||
this.strokeColor = '#000000';
|
||||
|
||||
this.old = old;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue