[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
PDF.js version 1.6.481 - See mozilla/pdf.js@2170eda
Browse files Browse the repository at this point in the history
  • Loading branch information
pdfjsbot committed Jan 23, 2017
1 parent b8276c0 commit 5505a2e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.6.479",
"version": "1.6.481",
"main": [
"build/pdf.js",
"build/pdf.worker.js"
Expand Down
4 changes: 2 additions & 2 deletions build/pdf.combined.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
}(this, function (exports) {
'use strict';
var pdfjsVersion = '1.6.479';
var pdfjsBuild = 'ca74e15';
var pdfjsVersion = '1.6.481';
var pdfjsBuild = '2170eda';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {};
(function pdfjsWrapper() {
Expand Down
4 changes: 2 additions & 2 deletions build/pdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
}(this, function (exports) {
'use strict';
var pdfjsVersion = '1.6.479';
var pdfjsBuild = 'ca74e15';
var pdfjsVersion = '1.6.481';
var pdfjsBuild = '2170eda';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {};
(function pdfjsWrapper() {
Expand Down
2 changes: 1 addition & 1 deletion build/pdf.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/pdf.worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
}
}(this, function (exports) {
'use strict';
var pdfjsVersion = '1.6.479';
var pdfjsBuild = 'ca74e15';
var pdfjsVersion = '1.6.481';
var pdfjsBuild = '2170eda';
var pdfjsFilePath = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : null;
var pdfjsLibs = {};
(function pdfjsWrapper() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "1.6.479",
"version": "1.6.481",
"main": "build/pdf.js",
"description": "Generic build of Mozilla's PDF.js library.",
"keywords": [
Expand Down
1 change: 0 additions & 1 deletion web/pdf_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,6 @@
this.zoomLayer = null;
this.annotationLayer = null;
var div = document.createElement('div');
div.id = 'pageContainer' + this.id;
div.className = 'page';
div.style.width = Math.floor(this.viewport.width) + 'px';
div.style.height = Math.floor(this.viewport.height) + 'px';
Expand Down

0 comments on commit 5505a2e

Please sign in to comment.