Skip to content

bug - Automatic Extension Loading (node only) #42

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

Closed
js-seth-h opened this issue Nov 24, 2012 · 1 comment
Closed

bug - Automatic Extension Loading (node only) #42

js-seth-h opened this issue Nov 24, 2012 · 1 comment

Comments

@js-seth-h
Copy link

I found misspelling.
please fix 'undefind' to 'undefined'.

showdown.js , line 120

//
// Automatic Extension Loading (node only):
//
if (typeof module !== 'undefind' && typeof exports !== 'undefined' && typeof require !== 'undefind') {
if (typeof module !== 'undefined' && typeof exports !== 'undefined' && typeof require !== 'undefined') {

@tivie
Copy link
Member

tivie commented Jan 5, 2015

Fixed in 24716d3

@tivie tivie closed this as completed Jan 5, 2015
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

No branches or pull requests

2 participants