We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a434267 commit 32d2675Copy full SHA for 32d2675
dist/jspdf.debug.js
@@ -12,8 +12,8 @@
12
13
/** @preserve
14
* jsPDF - PDF Document creation from JavaScript
15
- * Version 1.2.61 Built on 2016-09-28T10:02:07.788Z
16
- * CommitID 925dfe8d18
+ * Version 1.3.0 Built on 2016-09-28T10:52:40.410Z
+ * CommitID a434267220
17
*
18
* Copyright (c) 2010-2014 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
19
* 2010 Aaron Spike, https://github.com/acspike
@@ -2026,7 +2026,7 @@
2026
* pdfdoc.mymethod() // <- !!!!!!
2027
*/
2028
jsPDF.API = { events: [] };
2029
- jsPDF.version = "1.2.61 2016-09-28T10:02:07.788Z:jameshall";
+ jsPDF.version = "1.3.0 2016-09-28T10:52:40.410Z:jameshall";
2030
2031
if (typeof define === 'function' && define.amd) {
2032
define('jsPDF', function () {
0 commit comments