Skip to content

Commit

Permalink
update jspdf-autotable to version 2.3.1
Browse files Browse the repository at this point in the history
add version numbers for third-party libraries
  • Loading branch information
tmcgee committed Apr 29, 2017
1 parent 97d2630 commit a7e1e28
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions widgets/Report.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ define([
var modulesPath = module.uri.substring(0, module.uri.lastIndexOf('/')) + '/Report/lib';
window.dojoConfig.packages.push({
name: 'jspdf',
main: 'jspdf.min',
main: 'jspdf-1.3.4.min',
location: modulesPath
});
window.dojoConfig.packages.push({
name: 'autotable',
main: 'jspdf.plugin.autotable.min',
main: 'jspdf.plugin.autotable-2.3.1.min',
location: modulesPath
});

Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions widgets/Report/lib/jspdf.plugin.autotable-2.3.1.min.js

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions widgets/Report/lib/jspdf.plugin.autotable.min.js

This file was deleted.

0 comments on commit a7e1e28

Please sign in to comment.