Skip to content

Commit

Permalink
Merge pull request #1677 from UziTech/release-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed May 16, 2020
2 parents 05f2fd6 + cc8561a commit 8cfa29c
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 341 deletions.
2 changes: 1 addition & 1 deletion lib/marked.js
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.

1 comment on commit 8cfa29c

@vercel
Copy link

@vercel vercel bot commented on 8cfa29c May 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.