-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/** @preserve | ||
* jsPDF - PDF Document creation from JavaScript | ||
* Version 1.1.135-git Built on 2015-05-15T23:56 | ||
* CommitID 651987f933 | ||
* Version 1.1.135-git Built on 2015-05-16T00:15 | ||
* CommitID e0da47f3da | ||
* | ||
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF | ||
* 2010 Aaron Spike, https://github.com/acspike | ||
|
@@ -2035,7 +2035,7 @@ var jsPDF = (function(global) { | |
* pdfdoc.mymethod() // <- !!!!!! | ||
*/ | ||
jsPDF.API = {events:[]}; | ||
jsPDF.version = "1.1.135-debug 2015-05-15T23:56:jameshall"; | ||
jsPDF.version = "1.1.135-debug 2015-05-16T00:15:jameshall"; | ||
|
||
if (typeof define === 'function' && define.amd) { | ||
define('jsPDF', function() { | ||
|
Oops, something went wrong.