iphands / Meltdown

Meltdown (Markdown Extra Live Toolbox): A JQuery plugin that adds Markdown Extra live previews, and a toolbar for common markdown actions.
141 stars 24 forks source link

fix typeof undefined checks; typeof always returns strings #3

Closed mwcz closed 11 years ago

mwcz commented 11 years ago
typeof foo !== undefined

Will always return false because typeof returns strings, ie "undefined"