evilstreak / markdown-js

A Markdown parser for javascript
7.7k stars 863 forks source link

Declared 'res' var locally so it isn't global #61

Closed bsstoner closed 12 years ago

bsstoner commented 12 years ago

Please merge me, it's a quick 1 line fix, prevents 'res' var from getting hoisted into global scope and causing conflicts in my project, thanks :)

ashb commented 12 years ago

Oops sorry about that. Bad var name to leak that one :)

bsstoner commented 12 years ago

No worries, thanks for the quick response!