diff --git a/bower.json b/bower.json index 141cff3c5..4e4ef8bbe 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.121", + "version": "1.2.123", "main": [ "build/pdf.js", "build/pdf.worker.js" diff --git a/build/pdf.combined.js b/build/pdf.combined.js index 7c6795dd6..3dc846d26 100644 --- a/build/pdf.combined.js +++ b/build/pdf.combined.js @@ -1,5 +1,3 @@ -/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.2.121'; -PDFJS.build = '37f511c'; +PDFJS.version = '1.2.123'; +PDFJS.build = '99f9b52'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -41707,6 +41705,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() { })(); + var JpegImage = (function jpegImage() { var dctZigZag = new Uint8Array([ 0, @@ -46385,6 +46384,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() { })(); + var MurmurHash3_64 = (function MurmurHash3_64Closure (seed) { // Workaround for missing math precison in JS. var MASK_HIGH = 0xffff0000; diff --git a/build/pdf.js b/build/pdf.js index 322e879d0..87d93f5e9 100644 --- a/build/pdf.js +++ b/build/pdf.js @@ -1,5 +1,3 @@ -/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.2.121'; -PDFJS.build = '37f511c'; +PDFJS.version = '1.2.123'; +PDFJS.build = '99f9b52'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it diff --git a/build/pdf.worker.js b/build/pdf.worker.js index e738c68f7..2ab6f23a2 100644 --- a/build/pdf.worker.js +++ b/build/pdf.worker.js @@ -1,5 +1,3 @@ -/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,8 +20,8 @@ if (typeof PDFJS === 'undefined') { (typeof window !== 'undefined' ? window : this).PDFJS = {}; } -PDFJS.version = '1.2.121'; -PDFJS.build = '37f511c'; +PDFJS.version = '1.2.123'; +PDFJS.build = '99f9b52'; (function pdfjsWrapper() { // Use strict in our context only - users might not want it @@ -35126,6 +35124,7 @@ var ArithmeticDecoder = (function ArithmeticDecoderClosure() { })(); + var JpegImage = (function jpegImage() { var dctZigZag = new Uint8Array([ 0, @@ -39804,6 +39803,7 @@ var bidi = PDFJS.bidi = (function bidiClosure() { })(); + var MurmurHash3_64 = (function MurmurHash3_64Closure (seed) { // Workaround for missing math precison in JS. var MASK_HIGH = 0xffff0000; diff --git a/package.json b/package.json index 44ab27443..d4ccd11de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pdfjs-dist", - "version": "1.2.121", + "version": "1.2.123", "description": "Generic build of Mozilla's PDF.js library.", "keywords": [ "Mozilla", diff --git a/web/compatibility.js b/web/compatibility.js index 594c20bcb..1119a2742 100644 --- a/web/compatibility.js +++ b/web/compatibility.js @@ -1,5 +1,3 @@ -/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/web/pdf_viewer.js b/web/pdf_viewer.js index 70c04fad9..aac109d38 100644 --- a/web/pdf_viewer.js +++ b/web/pdf_viewer.js @@ -1,5 +1,3 @@ -/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License");