Lint
This commit is contained in:
parent
786cccf636
commit
bbdec90c0d
@ -554,7 +554,7 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||||||
// A valid matrix needs all main diagonal elements to be non-zero
|
// A valid matrix needs all main diagonal elements to be non-zero
|
||||||
// This also ensures we bypass FF bugzilla bug #719844.
|
// This also ensures we bypass FF bugzilla bug #719844.
|
||||||
if (fontObj.fontMatrix[0] === 0 ||
|
if (fontObj.fontMatrix[0] === 0 ||
|
||||||
fontObj.fontMatrix[3] === 0 ) {
|
fontObj.fontMatrix[3] === 0) {
|
||||||
warn('Invalid font matrix for font ' + fontRefName);
|
warn('Invalid font matrix for font ' + fontRefName);
|
||||||
|
|
||||||
// Fallback
|
// Fallback
|
||||||
|
@ -127,7 +127,7 @@ var WorkerMessageHandler = {
|
|||||||
e = {
|
e = {
|
||||||
message: 'Unknown exception type: ' + (typeof e),
|
message: 'Unknown exception type: ' + (typeof e),
|
||||||
stack: minimumStackMessage
|
stack: minimumStackMessage
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
handler.send('page_error', {
|
handler.send('page_error', {
|
||||||
|
Loading…
Reference in New Issue
Block a user