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

Global 'res' variable in Markdown.DialectHelpers.inline_until_char #99

Closed
marcello3d opened this issue Jul 3, 2013 · 1 comment
Closed
Assignees

Comments

@marcello3d
Copy link

Noticed this when running some mocha tests on my own codex.

markdown.js line 1094 assigns to res but doesn't declare it:

res = this.dialect.inline.__oneElement__.call(this, text.substr( consumed ) );
@ghost ghost assigned ashb Aug 22, 2013
@ashb
Copy link
Collaborator

ashb commented Aug 22, 2013

Fixed along with merging in JSHint support in 866e281

@ashb ashb closed this as completed Aug 22, 2013
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