Skip to content

Commit

Permalink
More fixes related to #237 and new dist files.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocr committed Apr 26, 2014
1 parent cbe6766 commit b244348
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions dist/jspdf.debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @preserve
* jsPDF - PDF Document creation from JavaScript
* Version 1.0.116-git Built on 2014-04-26T23:20
* CommitID cb7dcd4c77
* Version 1.0.116-git Built on 2014-04-26T23:33
* CommitID cbe6766903
*
* Copyright (c) 2010-2014 James Hall, https://github.com/MrRio/jsPDF
* 2010 Aaron Spike, https://github.com/acspike
Expand Down Expand Up @@ -1693,7 +1693,7 @@ var jsPDF = (function(global) {
* pdfdoc.mymethod() // <- !!!!!!
*/
jsPDF.API = {events:[]};
jsPDF.version = "1.0.116-debug 2014-04-26T23:20:diegocr";
jsPDF.version = "1.0.116-debug 2014-04-26T23:33:diegocr";

if (typeof define === 'function') {
define(function() {
Expand Down
Loading

0 comments on commit b244348

Please sign in to comment.