Skip to content

Commit 2820029

Browse files
committed
Build
1 parent 2b91e23 commit 2820029

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "1.1.145",
3+
"version": "1.1.350",
44
"homepage": "https://github.com/yWorks/jsPDF",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.debug.js",
@@ -9,7 +9,8 @@
99
"globals"
1010
],
1111
"keywords": [
12-
"pdf"
12+
"pdf",
13+
"javascript"
1314
],
1415
"license": "MIT",
1516
"ignore": [

dist/jspdf.debug.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @preserve
22
* jsPDF - PDF Document creation from JavaScript
3-
* Version 1.1.345-git Built on 2015-12-11T15:20
4-
* CommitID d34733d29e
3+
* Version 1.1.350-git Built on 2015-12-16T11:20
4+
* CommitID 2b91e236c7
55
*
66
* Copyright (c) 2010-2014 James Hall <[email protected]>, https://github.com/MrRio/jsPDF
77
* 2010 Aaron Spike, https://github.com/acspike
@@ -1163,11 +1163,13 @@ var jsPDF = (function(global) {
11631163
case 'sans-serif':
11641164
case 'verdana':
11651165
case 'arial':
1166+
case 'helvetica':
11661167
fontName = 'helvetica';
11671168
break;
11681169
case 'fixed':
11691170
case 'monospace':
11701171
case 'terminal':
1172+
case 'courier':
11711173
fontName = 'courier';
11721174
break;
11731175
case 'serif':
@@ -2828,7 +2830,7 @@ var jsPDF = (function(global) {
28282830
* pdfdoc.mymethod() // <- !!!!!!
28292831
*/
28302832
jsPDF.API = {events:[]};
2831-
jsPDF.version = "1.1.345-debug 2015-12-11T15:20:hollaender";
2833+
jsPDF.version = "1.1.350-debug 2015-12-16T11:20:hollaender";
28322834

28332835
if (typeof define === 'function' && define.amd) {
28342836
define('jsPDF', function() {

dist/jspdf.min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspdf",
3-
"version": "1.1.345",
3+
"version": "1.1.350",
44
"homepage": "https://github.com/yWorks/jsPDF",
55
"description": "PDF Document creation from JavaScript",
66
"main": "dist/jspdf.min.js",

0 commit comments

Comments
 (0)