|  | @@ -23,8 +23,8 @@
 | 
											
												
													
														|  |   }
 |  |   }
 | 
											
												
													
														|  |  }(this, function (exports) {
 |  |  }(this, function (exports) {
 | 
											
												
													
														|  |   'use strict';
 |  |   'use strict';
 | 
											
												
													
														|  | - var pdfjsVersion = '1.6.320';
 |  | 
 | 
											
												
													
														|  | - var pdfjsBuild = '7f678e3';
 |  | 
 | 
											
												
													
														|  | 
 |  | + var pdfjsVersion = '1.6.322';
 | 
											
												
													
														|  | 
 |  | + var pdfjsBuild = '043cea2';
 | 
											
												
													
														|  |   var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
 |  |   var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
 | 
											
												
													
														|  |   var pdfjsLibs = {};
 |  |   var pdfjsLibs = {};
 | 
											
												
													
														|  |   (function pdfjsWrapper() {
 |  |   (function pdfjsWrapper() {
 | 
											
										
											
												
													
														|  | @@ -54060,7 +54060,7 @@
 | 
											
												
													
														|  |             argsLength--;
 |  |             argsLength--;
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |            while (argsLength < numArgs && nonProcessedArgs.length !== 0) {
 |  |            while (argsLength < numArgs && nonProcessedArgs.length !== 0) {
 | 
											
												
													
														|  | -           if (!args) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +           if (args === null) {
 | 
											
												
													
														|  |              args = [];
 |  |              args = [];
 | 
											
												
													
														|  |             }
 |  |             }
 | 
											
												
													
														|  |             args.unshift(nonProcessedArgs.pop());
 |  |             args.unshift(nonProcessedArgs.pop());
 | 
											
										
											
												
													
														|  | @@ -54068,12 +54068,14 @@
 | 
											
												
													
														|  |            }
 |  |            }
 | 
											
												
													
														|  |           }
 |  |           }
 | 
											
												
													
														|  |           if (argsLength < numArgs) {
 |  |           if (argsLength < numArgs) {
 | 
											
												
													
														|  | -          info('Command ' + fn + ': because expected ' + numArgs + ' args, but received ' + argsLength + ' args; skipping');
 |  | 
 | 
											
												
													
														|  | -          args = null;
 |  | 
 | 
											
												
													
														|  | 
 |  | +          warn('Skipping command ' + fn + ': expected ' + numArgs + ' args, but received ' + argsLength + ' args.');
 | 
											
												
													
														|  | 
 |  | +          if (args !== null) {
 | 
											
												
													
														|  | 
 |  | +           args.length = 0;
 | 
											
												
													
														|  | 
 |  | +          }
 | 
											
												
													
														|  |            continue;
 |  |            continue;
 | 
											
												
													
														|  |           }
 |  |           }
 | 
											
												
													
														|  |          } else if (argsLength > numArgs) {
 |  |          } else if (argsLength > numArgs) {
 | 
											
												
													
														|  | -         info('Command ' + fn + ': expected [0,' + numArgs + '] args, but received ' + argsLength + ' args');
 |  | 
 | 
											
												
													
														|  | 
 |  | +         info('Command ' + fn + ': expected [0,' + numArgs + '] args, but received ' + argsLength + ' args.');
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          this.preprocessCommand(fn, args);
 |  |          this.preprocessCommand(fn, args);
 | 
											
												
													
														|  |          operation.fn = fn;
 |  |          operation.fn = fn;
 | 
											
										
											
												
													
														|  | @@ -54084,7 +54086,7 @@
 | 
											
												
													
														|  |           return false;
 |  |           return false;
 | 
											
												
													
														|  |          }
 |  |          }
 | 
											
												
													
														|  |          if (obj !== null) {
 |  |          if (obj !== null) {
 | 
											
												
													
														|  | -         if (!args) {
 |  | 
 | 
											
												
													
														|  | 
 |  | +         if (args === null) {
 | 
											
												
													
														|  |            args = [];
 |  |            args = [];
 | 
											
												
													
														|  |           }
 |  |           }
 | 
											
												
													
														|  |           args.push(obj);
 |  |           args.push(obj);
 |