Skip to content

Commit 6fa7d4e

Browse files
committed
Merge 'master' into 'feature/travis'
2 parents 503b20e + 12c0832 commit 6fa7d4e

47 files changed

Lines changed: 21317 additions & 8484 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/jspdf.debug.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** @preserve
1414
* jsPDF - PDF Document creation from JavaScript
15-
* Version 1.3.2 Built on 2016-10-03T17:31:56.120Z
16-
* CommitID 124d62b129
15+
* Version 1.3.2 Built on 2016-10-04T11:31:37.379Z
16+
* CommitID 503b20e4d2
1717
*
1818
* Copyright (c) 2010-2016 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
1919
* 2010 Aaron Spike, https://github.com/acspike
@@ -2065,7 +2065,7 @@
20652065
jsPDF.API = {
20662066
events: []
20672067
};
2068-
jsPDF.version = "1.3.2 2016-10-03T17:31:56.120Z:jameshall";
2068+
jsPDF.version = "1.3.2 2016-10-04T11:31:37.379Z:jameshall";
20692069

20702070
if (typeof define === 'function' && define.amd) {
20712071
define('jsPDF', function () {
@@ -8392,6 +8392,10 @@ Q\n";
83928392
case jsPDFAPI.image_compression.SLOW:
83938393
predictor = 14;
83948394
break;
8395+
8396+
default:
8397+
predictor = 12;
8398+
break;
83958399
}
83968400
return predictor;
83978401
},

dist/jspdf.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/files.html

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)