- Build: Update per latest Babel/Rollup
- npm: Update devDeps (no resulting license changes)
This commit is contained in:
2
dist/jspdf.plugin.svgToPdf.js
vendored
2
dist/jspdf.plugin.svgToPdf.js
vendored
@@ -75,7 +75,7 @@
|
||||
if (typeof o === "string") return _arrayLikeToArray(o, minLen);
|
||||
var n = Object.prototype.toString.call(o).slice(8, -1);
|
||||
if (n === "Object" && o.constructor) n = o.constructor.name;
|
||||
if (n === "Map" || n === "Set") return Array.from(n);
|
||||
if (n === "Map" || n === "Set") return Array.from(o);
|
||||
if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user