@ -6919,7 +6919,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@@ -6919,7 +6919,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
returnnull;
}
n=num1.number;
if(n<0||(n|0)!==n||stack.length<n){
if(n<0||!Number.isInteger(n)||stack.length<n){
returnnull;
}
ast1=stack[stack.length-n-1];
@ -6963,7 +6963,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@@ -6963,7 +6963,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@ -13443,8 +13443,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -13443,8 +13443,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
varversion,build;
{
exports.version=version='1.9.534';
exports.build=build='c8b5ba27';
exports.version=version='1.9.537';
exports.build=build='bd3f16bf';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -28434,7 +28434,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -28434,7 +28434,7 @@ var SVGGraphics = function SVGGraphics() {
@ -35070,8 +35070,8 @@ if (!_global_scope2.default.PDFJS) {
@@ -35070,8 +35070,8 @@ if (!_global_scope2.default.PDFJS) {
}
varPDFJS=_global_scope2.default.PDFJS;
{
PDFJS.version='1.9.534';
PDFJS.build='c8b5ba27';
PDFJS.version='1.9.537';
PDFJS.build='bd3f16bf';
}
PDFJS.pdfBug=false;
if(PDFJS.verbosity!==undefined){
@ -45662,7 +45662,7 @@ var Type1CharString = function Type1CharStringClosure() {
@@ -45662,7 +45662,7 @@ var Type1CharString = function Type1CharStringClosure() {
varstart=stackLength-howManyArgs;
for(vari=start;i<stackLength;i++){
varvalue=this.stack[i];
if(value===(value|0)){
if(Number.isInteger(value)){
this.output.push(28,value>>8&0xff,value&0xff);
}else{
value=65536*value|0;
@ -50915,7 +50915,7 @@ var AnnotationBorderStyle = function () {
@@ -50915,7 +50915,7 @@ var AnnotationBorderStyle = function () {
_createClass(AnnotationBorderStyle,[{
key:'setWidth',
value:functionsetWidth(width){
if(width===(width|0)){
if(Number.isInteger(width)){
this.width=width;
}
}
@ -50973,14 +50973,14 @@ var AnnotationBorderStyle = function () {
@@ -50973,14 +50973,14 @@ var AnnotationBorderStyle = function () {
@ -4173,8 +4173,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -4173,8 +4173,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
varversion,build;
{
exports.version=version='1.9.534';
exports.build=build='c8b5ba27';
exports.version=version='1.9.537';
exports.build=build='bd3f16bf';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -6279,7 +6279,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -6279,7 +6279,7 @@ var SVGGraphics = function SVGGraphics() {
@ -6616,7 +6616,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@@ -6616,7 +6616,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
returnnull;
}
n=num1.number;
if(n<0||(n|0)!==n||stack.length<n){
if(n<0||!Number.isInteger(n)||stack.length<n){
returnnull;
}
ast1=stack[stack.length-n-1];
@ -6660,7 +6660,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@@ -6660,7 +6660,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@ -38140,7 +38140,7 @@ var Type1CharString = function Type1CharStringClosure() {
@@ -38140,7 +38140,7 @@ var Type1CharString = function Type1CharStringClosure() {
varstart=stackLength-howManyArgs;
for(vari=start;i<stackLength;i++){
varvalue=this.stack[i];
if(value===(value|0)){
if(Number.isInteger(value)){
this.output.push(28,value>>8&0xff,value&0xff);
}else{
value=65536*value|0;
@ -43393,7 +43393,7 @@ var AnnotationBorderStyle = function () {
@@ -43393,7 +43393,7 @@ var AnnotationBorderStyle = function () {
_createClass(AnnotationBorderStyle,[{
key:'setWidth',
value:functionsetWidth(width){
if(width===(width|0)){
if(Number.isInteger(width)){
this.width=width;
}
}
@ -43451,14 +43451,14 @@ var AnnotationBorderStyle = function () {
@@ -43451,14 +43451,14 @@ var AnnotationBorderStyle = function () {
@ -886,7 +886,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@@ -886,7 +886,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
returnnull;
}
n=num1.number;
if(n<0||(n|0)!==n||stack.length<n){
if(n<0||!Number.isInteger(n)||stack.length<n){
returnnull;
}
ast1=stack[stack.length-n-1];
@ -930,7 +930,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@@ -930,7 +930,7 @@ var PostScriptCompiler = function PostScriptCompilerClosure() {
@ -247,7 +247,7 @@ var Type1CharString = function Type1CharStringClosure() {
@@ -247,7 +247,7 @@ var Type1CharString = function Type1CharStringClosure() {
@ -1581,8 +1581,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -1581,8 +1581,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {