Skip to content

Commit b244348

Browse files
committed
More fixes related to #237 and new dist files.
1 parent cbe6766 commit b244348

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dist/jspdf.debug.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @preserve
22
* jsPDF - PDF Document creation from JavaScript
3-
* Version 1.0.116-git Built on 2014-04-26T23:20
4-
* CommitID cb7dcd4c77
3+
* Version 1.0.116-git Built on 2014-04-26T23:33
4+
* CommitID cbe6766903
55
*
66
* Copyright (c) 2010-2014 James Hall, https://github.com/MrRio/jsPDF
77
* 2010 Aaron Spike, https://github.com/acspike
@@ -1693,7 +1693,7 @@ var jsPDF = (function(global) {
16931693
* pdfdoc.mymethod() // <- !!!!!!
16941694
*/
16951695
jsPDF.API = {events:[]};
1696-
jsPDF.version = "1.0.116-debug 2014-04-26T23:20:diegocr";
1696+
jsPDF.version = "1.0.116-debug 2014-04-26T23:33:diegocr";
16971697

16981698
if (typeof define === 'function') {
16991699
define(function() {

0 commit comments

Comments
 (0)