Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace a.constructor === Array with Array.isArray(a) #425

Merged
merged 1 commit into from Aug 26, 2017

Conversation

jasonmit
Copy link
Contributor

@jasonmit jasonmit commented Aug 25, 2017

Reason being a.constructor === Array is always falsey when you run showdown within Node's VM API.

Related:
nodejs/node#7351

Reason being a.constructor === Array is always falsey when you run showdown within Node's VM API.

Related to nodejs/node#7351
@tivie tivie changed the base branch from master to develop August 26, 2017 02:44
@tivie tivie merged commit 466a2eb into showdownjs:develop Aug 26, 2017
@tivie
Copy link
Member

tivie commented Aug 26, 2017

Thank you very much. merged

@jasonmit jasonmit deleted the patch-1 branch August 26, 2017 03:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants