Skip to content

Commit

Permalink
Merge pull request #240 from matejk/master
Browse files Browse the repository at this point in the history
Added credit card paper size.
  • Loading branch information
MrRio committed Apr 24, 2014
2 parents ddbfc0f + 0cb5c5e commit 22e8b4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jspdf.js
Expand Up @@ -79,7 +79,8 @@ var jsPDF = (function(global) {
'legal' : [612, 1008],
'junior-legal' : [576, 360],
'ledger' : [1224, 792],
'tabloid' : [792, 1224]
'tabloid' : [792, 1224],
'credit-card' : [153, 243]
};

/**
Expand Down

0 comments on commit 22e8b4c

Please sign in to comment.