2020-02-22 03:38:33 +00:00
|
|
|
'use strict';
|
|
|
|
|
2019-12-26 23:32:39 +00:00
|
|
|
module.exports = {
|
2020-02-22 03:38:33 +00:00
|
|
|
reject: [
|
|
|
|
// Todo: Old copy with jspdf which needs updating: https://github.com/SVG-Edit/svgedit/issues/51
|
|
|
|
'underscore'
|
2019-12-26 23:32:39 +00:00
|
|
|
]
|
|
|
|
};
|