File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name": "jspdf",
3
- "version": "1.1.140 ",
3
+ "version": "1.1.135 ",
4
4
"homepage": "https://github.com/mrrio/jspdf",
5
5
"description": "PDF Document creation from JavaScript",
6
6
"main": "dist/jspdf.min.js",
Original file line number Diff line number Diff line change 1
1
/** @preserve
2
2
* jsPDF - PDF Document creation from JavaScript
3
- * Version 1.1.135-git Built on 2015-05-15T23:56
4
- * CommitID 651987f933
3
+ * Version 1.1.135-git Built on 2015-05-16T00:15
4
+ * CommitID e0da47f3da
5
5
*
6
6
* Copyright (c) 2010-2014 James Hall <
[email protected] >, https://github.com/MrRio/jsPDF
7
7
* 2010 Aaron Spike, https://github.com/acspike
@@ -2035,7 +2035,7 @@ var jsPDF = (function(global) {
2035
2035
* pdfdoc.mymethod() // <- !!!!!!
2036
2036
*/
2037
2037
jsPDF.API = {events:[]};
2038
- jsPDF.version = "1.1.135-debug 2015-05-15T23:56 :jameshall";
2038
+ jsPDF.version = "1.1.135-debug 2015-05-16T00:15 :jameshall";
2039
2039
2040
2040
if (typeof define === 'function' && define.amd) {
2041
2041
define('jsPDF', function() {
You can’t perform that action at this time.
0 commit comments