Skip to content

Commit 1f643ba

Browse files
committed
Tidy up files, build minified and debug
1 parent 76c004c commit 1f643ba

File tree

3 files changed

+4
-31
lines changed

3 files changed

+4
-31
lines changed

bower.json.bak

Lines changed: 0 additions & 27 deletions
This file was deleted.

dist/jspdf.debug.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
/** @preserve
1414
* jsPDF - PDF Document creation from JavaScript
15-
* Version 1.2.61 Built on 2016-09-17T14:06:27.123Z
16-
* CommitID 71f29bc30e
15+
* Version 1.2.61 Built on 2016-09-25T13:20:45.594Z
16+
* CommitID 76c004c36d
1717
*
1818
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
1919
* 2010 Aaron Spike, https://github.com/acspike
@@ -2028,7 +2028,7 @@
20282028
* pdfdoc.mymethod() // <- !!!!!!
20292029
*/
20302030
jsPDF.API = { events: [] };
2031-
jsPDF.version = "1.2.61 2016-09-17T14:06:27.123Z:steven";
2031+
jsPDF.version = "1.2.61 2016-09-25T13:20:45.594Z:jameshall";
20322032

20332033
if (typeof define === 'function' && define.amd) {
20342034
define('jsPDF', function () {

0 commit comments

Comments
 (0)