Skip to content

Commit

Permalink
update devdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed May 16, 2020
1 parent 05f2fd6 commit 085b385
Show file tree
Hide file tree
Showing 4 changed files with 434 additions and 339 deletions.
2 changes: 1 addition & 1 deletion lib/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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);
}

Expand Down
2 changes: 1 addition & 1 deletion marked.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 085b385

Please sign in to comment.