evilstreak / markdown-js

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

FIX: Uncaught TypeError: Cannot call method 'shift' of undefined #190

Closed eviltrout closed 10 years ago

eviltrout commented 10 years ago

This was discovered in Discourse. The fix is a simple if check to see if a variable is defined. Tests provided.

see https://meta.discourse.org/t/js-exception-in-composer-method-shift/14589