We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe6766 commit b244348Copy full SHA for b244348
dist/jspdf.debug.js
@@ -1,7 +1,7 @@
1
/** @preserve
2
* jsPDF - PDF Document creation from JavaScript
3
- * Version 1.0.116-git Built on 2014-04-26T23:20
4
- * CommitID cb7dcd4c77
+ * Version 1.0.116-git Built on 2014-04-26T23:33
+ * CommitID cbe6766903
5
*
6
* Copyright (c) 2010-2014 James Hall, https://github.com/MrRio/jsPDF
7
* 2010 Aaron Spike, https://github.com/acspike
@@ -1693,7 +1693,7 @@ var jsPDF = (function(global) {
1693
* pdfdoc.mymethod() // <- !!!!!!
1694
*/
1695
jsPDF.API = {events:[]};
1696
- jsPDF.version = "1.0.116-debug 2014-04-26T23:20:diegocr";
+ jsPDF.version = "1.0.116-debug 2014-04-26T23:33:diegocr";
1697
1698
if (typeof define === 'function') {
1699
define(function() {
0 commit comments