rksm / paredit.js

Generic reader and editor for s-expressions.
MIT License
107 stars 21 forks source link

Avoid using 'this' in editor.js #2

Closed jonspalding closed 9 years ago

jonspalding commented 9 years ago

Hi there,

Using this in editor.js is causing problems in my package for Atom as it can refer to the window object depending on where it's called from. This change just replaces this with ed.

Thanks,

rksm commented 9 years ago

Cool, thanks for the fix!