File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name": "jspdf",
3- "version": "1.1.140 ",
3+ "version": "1.1.135 ",
44 "homepage": "https://github.com/mrrio/jspdf",
55 "description": "PDF Document creation from JavaScript",
66 "main": "dist/jspdf.min.js",
Original file line number Diff line number Diff line change 11/** @preserve
22 * 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
55 *
66 * Copyright (c) 2010-2014 James Hall <james@parall.ax>, https://github.com/MrRio/jsPDF
77 * 2010 Aaron Spike, https://github.com/acspike
@@ -2035,7 +2035,7 @@ var jsPDF = (function(global) {
20352035 * pdfdoc.mymethod() // <- !!!!!!
20362036 */
20372037 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";
20392039
20402040 if (typeof define === 'function' && define.amd) {
20412041 define('jsPDF', function() {
You can’t perform that action at this time.
0 commit comments