mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Fixed Typo
This commit is contained in:
parent
1f7bfc8cc7
commit
d0ae79c994
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ globalScope.PDFJS.pdfBug = false;
|
||||||
|
|
||||||
// All the possible operations for an operator list.
|
// All the possible operations for an operator list.
|
||||||
var OPS = PDFJS.OPS = {
|
var OPS = PDFJS.OPS = {
|
||||||
// Intentially start from 1 so it is easy to spot bad operators that will be
|
// Intentionally start from 1 so it is easy to spot bad operators that will be
|
||||||
// 0's.
|
// 0's.
|
||||||
dependency: 1,
|
dependency: 1,
|
||||||
setLineWidth: 2,
|
setLineWidth: 2,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue